Apa v0.6.2 ApaSub View Source

APA : Arbitrary Precision Arithmetic - Subtraction - ApaSub.

Link to this section Summary

Functions

Subtraction - internal function - please call Apa.sub(left, right) In reference to bcmath I call this function bc_sub

Link to this section Functions

Link to this function

bc_sub(left, right, precision, scale)

View Source
bc_sub(String.t(), String.t(), integer(), integer()) :: String.t() | Exception
bc_sub({integer(), integer()}, {integer(), integer()}, integer(), integer()) ::
  {integer(), integer()}

Subtraction - internal function - please call Apa.sub(left, right) In reference to bcmath I call this function bc_sub

Link to this function

bc_sub_apa_number(arg1, arg2)

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