Apa v0.3.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 functions bc_div

Link to this section Functions

Link to this function

bc_div(left, right, scale \\ 30)

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 functions bc_div

Link to this function

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

View Source