[][src]Function cpc::units::divide

pub fn divide(left: Number, right: Number) -> Result<Number, String>

Divide a Number by another Number

  • Temperatures don't work
  • If you divide a unit by that same unit, the result has a unit of NoType
  • If you divide Volume by Length, the result has a a unit of Area, etc.
  • If you divide Length by Time, the result has a a unit of Speed