DecimalArithmetic.-
You're seeing just the function
-
, go back to DecimalArithmetic module for more information.
Link to this function
a - b
Specs
Subtracts two decimables or delegates subtraction to Kernel module.
Examples
iex> 3.19 - ~m(5.45)
#Decimal<-2.26>
iex> 3.20 - 5.45
-2.25