Skip to content

Units and Quantities of Measurement library for D.

Notifications You must be signed in to change notification settings

nordlow/units-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

units-d

Units and Quantities of Measurement library for D.

This is a modified version of David Nadlinger's original library for working with units of measurement in D.

Task List

  • Use new alias syntax

  • Use new enum syntax

  • Use new template syntax

  • Use UFCS

  • Use AliasSeq inplace of TypeTuple

  • Use std.meta.Repeat instead of RepeatTypeTuple

  • Qualify unittests with, when possible, @safe pure nothrow @nogc

  • Indentations according to Phobos code-standard

  • Remove need for makeIndexCtfe

  • Move staticFind and IndexedTuple to std.meta

  • Replace Curry with std.functional.applyLeft.

  • Make ScaledUnit with integer precision (such as 10 degrees) work with trigonometric functions in si.d. Currently errors caused by incorrect cast in {Scaled|Affine}Unit.{from|to}Base.

  • Perhaps add LinearUnit and use it to express mappings between, for instance, Celsius and Fahrenheit.

  • Refactor GetConversion to do a breadth-first search instead of current depth-first.

  • Find a way to represent sample rate. Use it to infer FFT-frequencies. Add it either here or to samplerate or sampling.

Original discussion at: http://forum.dlang.org/thread/io1vgo$1fnc$1@digitalmars.com?page=1

This alternative implementation contains unit expression parsing which might be of interest aswell: biozic/quantities#2 (comment)

About

Units and Quantities of Measurement library for D.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages