Apa v0.6.3 ApaAdd View Source

APA : Arbitrary Precision Arithmetic - Addition - ApaAdd.

Link to this section Summary

Functions

Addition - internal function - please call Apa.add(left, right, precision, scale) 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(term(), term(), integer(), integer()) :: String.t()

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

Link to this function

bc_add_apa_number(arg1, arg2)

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