Apa v0.6.8 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(term(), term(), integer()) :: String.t()

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()}