Skip to content

Quantity

Quantity(value, unit)

returns the quantity for value and unit

See

Examples

>> Quantity(50, "s") + Quantity(1, "min")
110[s]

Implementation status

  • ✅ - full supported

Github