We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finalize unit declaration syntax.
Goals
Angle protocal : Number { } rad unit : Angle @name("Radian") @SI = 1; deg unit : Angle @name("Degree") = (π/180) rad; turn unit : Angle @name("Turn") = 360 deg; grad unit : Angle @name("Gradian") = (1/400) turn; arcs unit : Angle @name("Arcsecond") = (1/3600) deg; arcm unit : Angle @name("Arcminute") = (1/60) deg;
3 rad 5 deg to rad rotate(3 rad)
The text was updated successfully, but these errors were encountered:
Move all unit definitions & relations of core into D modules.
Finalize locations of SI Units.
Namespace Types Thermodynamics Temperature Time Time Physics Length, Mass, Pressure
Sorry, something went wrong.
No branches or pull requests
Finalize unit declaration syntax.
Goals
Unit Declarations
Usage
The text was updated successfully, but these errors were encountered: