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

View Source
bc_div(String.t(), String.t(), 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, scale)

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

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

View Source