Apa v0.5.1 ApaAdd View Source

APA : Arbitrary Precision Arithmetic - Addition - ApaAdd.

Link to this section Summary

Functions

Addition - internal function - please call Apa.add(left, right) In reference to bcmath I call this function bc_add

Link to this section Functions

Link to this function

bc_add(left, right, precision, scale)

View Source
bc_add(String.t(), String.t(), integer(), integer()) :: String.t()

Addition - internal function - please call Apa.add(left, right) In reference to bcmath I call this function bc_add

Link to this function

bc_add_apa_number(arg1, arg2, precision, scale)

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