Top Level Namespace
Defined Under Namespace
Modules: BigMath, Jacobian, LUSolve, Newton Classes: BigDecimal, Float, Function, Rational, String
Instance Method Summary collapse
Methods included from Newton
Methods included from Jacobian
Methods included from LUSolve
Methods included from BigMath
#E, #PI, #atan, #cos, #exp, #log, #sin, #sqrt
Instance Method Details
#rd_order(na) ⇒ Object
23 24 25 26 |
# File 'sample/linear.rb', line 23 def rd_order(na) printf("Number of equations ?") if(na <= 0) n = ARGF.gets().to_i end |