class Fixnum
Public Instance Methods
prettify()
click to toggle source
# File lib/annlat/Sundries.rb, line 8 def prettify self end
to_ltx()
click to toggle source
# File lib/annlat/LaRuby.rb, line 188 def to_ltx (self >= 0) ? Atom.new(self) : -(Atom.new(-self)) end
Also aliased as: l