Module: EpiMath

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" => ""}