java.lang.Object
com.singularsys.extensions.mathml.builder.LgBuilder
All Implemented Interfaces:
MathMLFragmentBuilder

public class LgBuilder extends Object implements MathMLFragmentBuilder
Builder to handle the lg() function. Produces
 <apply><log/><logbase><cn>2</cn></logbase><cn>1.23</cn></apply>
 
Author:
Richard Morris