Apa v0.6.6 ApaMul View Source

APA : Arbitrary Precision Arithmetic - Multiplication - ApaMul.

Link to this section Summary

Functions

Multiplication - internal function - please call Apa.mul(left, right) In reference to bcmath I call this function bc_mul

Link to this section Functions

Link to this function

bc_mul(left, right, precision, scale)

View Source
bc_mul(term(), term(), integer(), integer()) :: String.t()

Multiplication - internal function - please call Apa.mul(left, right) In reference to bcmath I call this function bc_mul

Link to this function

bc_mul_apa_number(arg1, arg2)

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