module Units::ScaleFunction::Functions
Extended Modules
Direct including types
Defined in:
units/scale_function.crConstant Summary
-
FIVE_ZERO =
BigDecimal.new(5.0)
-
FOUR_ZERO =
BigDecimal.new(4.0)
-
KELVIN_CELSIUS_DIFF =
BigDecimal.new(273.15)
-
KELVIN_FAHRENHEIT_DIFF =
BigDecimal.new(459.67)
-
KELVIN_REAUMUR_DIFF =
BigDecimal.new(218.52)
-
NINE_ZERO =
BigDecimal.new(9.0)
Instance Method Summary
- #from_cel(x)
- #from_degf(x)
- #from_degre(x)
- #from_hpc(x)
- #from_hpx(x)
- #from_ld(x)
- #from_lg(x)
- #from_ln(x)
- #from_ph(x)
- #from_tan100(x)
- #from_two_lg(x)
- #to_cel(x)
- #to_degf(x)
- #to_degre(x)
- #to_hpc(x)
- #to_hpx(x)
- #to_ld(x)
- #to_lg(x)
- #to_ln(x)
- #to_ph(x)
- #to_tan100(x)
- #to_two_lg(x)