Cldr.Unit.Math.div-exclamation-mark
You're seeing just the function
div-exclamation-mark
, go back to Cldr.Unit.Math module for more information.
Specs
div!(Cldr.Unit.t(), Cldr.Unit.t()) :: Cldr.Unit.t() | no_return()
Divides one compatible %Unit{}
type by another
and raises on error
Options
unit_1
andunit_2
are compatible Units returned byCldr.Unit.new/2
Returns
A
%Unit{}
of the same type asunit_1
with a value that is the dividend ofunit_1
and the potentially convertedunit_2
Raises an exception