si

object si

The base units for the International System of Units, aka SI Units

https://en.wikipedia.org/wiki/International_System_of_Units#Base_units

Source:
si.scala
class Object
trait Matchable
class Any
si.type

Type members

Classlikes

object prefixes

Standard base-10 SI prefixes

Standard base-10 SI prefixes

https://en.wikipedia.org/wiki/International_System_of_Units#Prefixes

Standard binary prefixes are defined in coulomb.units.info.prefixes

Source:
si.scala

Types

final type Ampere

The SI unit for electric current

The SI unit for electric current

Source:
si.scala
final type Candela

The SI unit for luminous intensity

The SI unit for luminous intensity

Source:
si.scala
final type Kelvin

The SI unit for thermodynamic temperature

The SI unit for thermodynamic temperature

Source:
si.scala
final type Kilogram

The SI unit for mass

The SI unit for mass

Source:
si.scala
final type Meter

The SI unit for length, or extent

The SI unit for length, or extent

Source:
si.scala
final type Mole

The SI unit for amount of substance

The SI unit for amount of substance

Source:
si.scala
final type Second

The SI unit for time, or duration

The SI unit for time, or duration

Source:
si.scala

Givens

Givens

given ctx_unit_Ampere: BaseUnit[Ampere, "ampere", "A"]
Source:
si.scala
given ctx_unit_Candela: BaseUnit[Candela, "candela", "cd"]
Source:
si.scala
given ctx_unit_Kelvin: BaseUnit[Kelvin, "Kelvin", "K"]
Source:
si.scala
given ctx_unit_Kilogram: BaseUnit[Kilogram, "kilogram", "kg"]
Source:
si.scala
given ctx_unit_Meter: BaseUnit[Meter, "meter", "m"]
Source:
si.scala
given ctx_unit_Mole: BaseUnit[Mole, "mole", "mol"]
Source:
si.scala
given ctx_unit_Second: BaseUnit[Second, "second", "s"]
Source:
si.scala