Uses of Class
physics.Newton.Result

Packages that use Newton.Result
physics   
 

Uses of Newton.Result in physics
 

Fields in physics declared as Newton.Result
static Newton.Result Newton.UNDEFINED
          Conveience name for an undefined function result
 

Methods in physics that return Newton.Result
 Newton.Result Newton.Function.evaluate(double t)
           
 

Methods in physics with parameters of type Newton.Result
 boolean Newton.Result.derivativeSignChance(Newton.Result other)
           
 boolean Newton.Result.funcSignChance(Newton.Result other)
           
 boolean Newton.Result.signChange(Newton.Result other)