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

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

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