class EmptySetClass

Public Instance Methods

to_Dec() click to toggle source
# File lib/m500.rb, line 1138
def to_Dec
  self.to_s
end
to_Frac() click to toggle source
# File lib/m500.rb, line 1132
def to_Frac
  self.to_s
end
to_K() click to toggle source
# File lib/m500.rb, line 1144
def to_K
  self.to_s
end
to_N() click to toggle source
# File lib/m500.rb, line 1123
def to_N
  self.to_s
end
to_N0() click to toggle source
# File lib/m500.rb, line 1126
def to_N0
  self.to_s
end
to_Q() click to toggle source
# File lib/m500.rb, line 1135
def to_Q
  self.to_s
end
to_R() click to toggle source
# File lib/m500.rb, line 1147
def to_R
  self.to_s
end
to_Sig() click to toggle source
# File lib/m500.rb, line 1141
def to_Sig
  self.to_s
end
to_Z() click to toggle source
# File lib/m500.rb, line 1129
def to_Z
  self.to_s
end
to_s() click to toggle source
# File lib/m500.rb, line 1120
def to_s
  "\u2205".encode('utf-8')
end
to_sgml() click to toggle source
# File lib/m500.rb, line 1117
def to_sgml
  "<mn #{sgml_id}class='empty'>&empty</mn>"
end