Apa v0.6.0 ApaDiv View Source

APA : Arbitrary Precision Arithmetic - Division - ApaDiv.

Link to this section Summary

Functions

Division - internal function - please call Apa.div(left, right) In reference to bcmath I call this function bc_div

Link to this section Functions

Link to this function

bc_div(left, right, precision, scale)

View Source
bc_div(String.t(), String.t(), integer(), integer()) :: String.t()
bc_div({integer(), integer()}, {integer(), integer()}, integer(), integer()) ::
  {integer(), integer()}

Division - internal function - please call Apa.div(left, right) In reference to bcmath I call this function bc_div

Link to this function

bc_div_apa_number(arg1, arg2)

View Source
bc_div_apa_number({integer(), integer()}, {integer(), integer()}) ::
  {integer(), integer()}