In the beginning...
This commit is contained in:
12
quantity/quantity.odin
Normal file
12
quantity/quantity.odin
Normal file
@@ -0,0 +1,12 @@
|
||||
package quantity
|
||||
|
||||
DECA :: 10;
|
||||
DECI :: 10;
|
||||
HECTO :: 100;
|
||||
CENTI :: 100;
|
||||
KILO :: 1_000;
|
||||
MILLI :: 1_000;
|
||||
MEGA :: 1_000_000;
|
||||
MICRO :: 1_000_000;
|
||||
GIGA :: 1_000_000_000;
|
||||
NANO :: 1_000_000_000;
|
||||
Reference in New Issue
Block a user