Method: XlsFunction::Evaluators::Functions::Round#eval
- Defined in:
- lib/xls_function/evaluators/functions/round.rb
#eval ⇒ Object
10 11 12 |
# File 'lib/xls_function/evaluators/functions/round.rb', line 10 def eval number.round(num_digits.to_i).to_d end |