Method: MathViz#input
- Defined in:
- lib/mathviz.rb
#input(x) ⇒ Object
Convert a basic value (typically Numeric) into a MathViz::Term (MathViz::Input)
29 30 31 |
# File 'lib/mathviz.rb', line 29 def input(x) MathViz::Input.new(x) end |