DiffEqSolver | myPhysicsLab Docs
interface DiffEqSolver {
getName(opt_localized?): string;
nameEquals(name): boolean;
step(stepSize): null | object;
toStringShort(): string;
}
Hierarchy (view full)
- Printable
- DiffEqSolver
DiffEqSolver | myPhysicsLab Docs
interface DiffEqSolver {
getName(opt_localized?): string;
nameEquals(name): boolean;
step(stepSize): null | object;
toStringShort(): string;
}