mult

mult(value, digits)
Instance Public methods

Multiply by the specified value.

e.g.

1
2
c = a.mult(b,n)
c = a * b
digits

If specified and less than the number of significant digits of the

result, the result is rounded to that number of digits, according to ::mode.

doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.