Apa v0.6.2 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(String.t(), String.t(), integer(), integer()) :: String.t() | Exception
bc_mul({integer(), integer()}, {integer(), integer()}, integer(), integer()) ::
  {integer(), integer()}

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