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

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

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