accepted

object accepted

Accepted historic SI metric units

Selection of units from the following table, along with other commonly used "metric" units.

Time units are defined in coulomb.units.time. Degrees Celsius are defined in coulomb.units.temperature.

Source:
accepted.scala
class Object
trait Matchable
class Any

Type members

Types

final type ArcMinute
final type ArcSecond
final type Centimeter
final type Degree
final type Gram
final type Hectare
final type Kilometer
final type Liter
final type Millibar
final type Milliliter
final type Millimeter
final type Percent
final type Tonne

Givens

Givens

given ctx_unit_ArcMinute: DerivedUnit[ArcMinute, Degree / 60, "arcminute", "\'"]
given ctx_unit_ArcSecond: DerivedUnit[ArcSecond, Degree / 3600, "arcsecond", "\""]
given ctx_unit_Centimeter: DerivedUnit[Centimeter, Meter / 100, "centimeter", "cm"]
given ctx_unit_Degree: DerivedUnit[Degree, 3.141592653589793d / 180, "degree", "°"]
given ctx_unit_Gram: DerivedUnit[Gram, Kilogram / 1000, "gram", "g"]
given ctx_unit_Hectare: DerivedUnit[Hectare, 10000 * Meter ^ 2, "hectare", "ha"]
given ctx_unit_Kilometer: DerivedUnit[Kilometer, 1000 * Meter, "kilometer", "km"]
given ctx_unit_Liter: DerivedUnit[Liter, Meter ^ 3 / 1000, "liter", "l"]
given ctx_unit_Millibar: DerivedUnit[Millibar, 100 * Kilogram / Meter * Second ^ 2, "millibar", "mbar"]
given ctx_unit_Milliliter: DerivedUnit[Milliliter, Liter / 1000, "milliliter", "ml"]
given ctx_unit_Millimeter: DerivedUnit[Millimeter, Meter / 1000, "millimeter", "mm"]
given ctx_unit_Percent: DerivedUnit[Percent, 1 / 100, "percent", "%"]
given ctx_unit_Tonne: DerivedUnit[Tonne, 1000 * Kilogram, "tonne", "t"]

Exports

Defined exports

final type Kilogram = Kilogram
Exported from si$
final type Meter = Meter
Exported from si$
final type Second = Second
Exported from si$
Exported from si
Source:
si.scala
Exported from si
Source:
si.scala
Exported from si
Source:
si.scala