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

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

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