Apa v0.4.1 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

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, precision, scale)

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