Method: Quotient#to_sgml

Defined in:
lib/m500.rb

#to_sgmlObject



1462
1463
1464
# File 'lib/m500.rb', line 1462

def to_sgml
  "<mfrac #{sgml_id}class='quotient'><mn>#{@numerator*@abs1}</mn> <mn>#{@denominator}</mn></mfrac>"
end