Apa v0.6.8 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, scale)

View Source
bc_div(term(), term(), integer()) :: String.t()

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()}
Link to this function

bc_div_apa_number(arg1, arg2, scale)

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