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

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

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