Representation of numbers; extends LaTeXML::Common::Object.
Creates a Number object representing $num.
Return a list of the tokens making up this $object.
Return a string representing $object.
Return a value representing $object without the measurement unit (pt) with limited decimal places.
Return an integer value representing $object in pixels. Uses the state variable DPI (dots per inch).
Return the value in scaled points (ignoring shrink and stretch, if any).
Return $object or $other, whichever is smaller
Return $object or $other, whichever is larger
Return an object representing the absolute value of the $object.
Return an integer: -1 for negatives, 0 for 0 and 1 for positives
Return an object representing the negative of the $object.
Return an object representing the sum of $object and $other
Return an object representing the difference between $object and $other
Return an object representing the product of $object and $n (a regular number).
Return an object representing the (truncating) division of $object by $n (a regular number).
Return an object representing the (rounding) division of $object by $n (a regular number).