Class: Eqn::Function::Round

Inherits:
RoundBase
  • Object
show all
Defined in:
lib/eqn/function.rb

Instance Method Summary collapse

Instance Method Details

#valueObject



27
28
29
# File 'lib/eqn/function.rb', line 27

def value
  super(:round)
end