Packages

An implementation of the International System of Units (SI) in Gleam

Current section

Files

Jump to
gleameter include gleameter_Unit.hrl
Raw

include/gleameter_Unit.hrl

-record(unit, {
scale :: float(),
time :: float(),
mass :: float(),
length :: float(),
temperature :: float(),
luminosity :: float(),
current :: float(),
amount :: float()
}).