MoneyUtils.Crypto (money_utils v0.2.0)

Library that assists in operations involving crypto. It uses the Decimal library to perform the operations.

Summary

Functions

Link to this function

add(num1, num2)

Link to this function

compare(num1, num2)

Link to this function

divide(numbers)

Link to this function

divide(num1, num2)

Link to this function

is_equal?(num1, num2)

Link to this function

is_greater_or_equal_than?(num1, num2)

Link to this function

is_greater_than?(num1, num2)

Link to this function

is_less_or_equal_than?(num1, num2)

Link to this function

is_less_than?(num1, num2)

Link to this function

mult(num1, num2)

Link to this macro

process(expr)

(macro)
Link to this function

round_num(num, rounding \\ 8)

Link to this function

sub(num1, num2)