Module: EpiMath
- Extended by:
- MyError
- Defined in:
- lib/epimath100.rb,
lib/epimath100/line.class.rb,
lib/epimath100/point.class.rb,
lib/epimath100/matrix.class.rb,
lib/epimath100/vector.class.rb,
lib/epimath100/function.class.rb,
lib/epimath100/rational.class.rb,
lib/epimath100/polynomial.class.rb
Defined Under Namespace
Classes: Function, Line, Matrix, Point, Polynomial, Rational, Vector
Constant Summary collapse
- EXPOSANT =
{"0" => "⁰", "1" => "¹", "2" => "²", "3" => "³", "4" => "⁴", "5" => "⁵", "6" => "⁶", "7" => "⁷", "8" => "⁸", "9" => "⁹"}