3 4 5
# File 'lib/exocrypto/crypto_calc.rb', line 3 def self.mul(a, b) BigDecimal(a) * BigDecimal(b) end