Apa v0.5.1 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()

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, precision, scale)

View Source
bc_div_apa_number(
  {integer(), integer()},
  {integer(), integer()},
  integer(),
  integer()
) :: String.t()
Link to this function

bc_div_apa_number(arg1, arg2, precision, scale, rem, acc)

View Source