LessEqual.java :  » Algebra » symja » org » matheclipse » core » form » tex » reflection » Java Open Source

Java Open Source » Algebra » symja 
symja » org » matheclipse » core » form » tex » reflection » LessEqual.java
package org.matheclipse.core.form.tex.reflection;

import org.matheclipse.core.form.tex.AbstractOperator;
import org.matheclipse.parser.client.operator.ASTNodeFactory;

public class LessEqual extends AbstractOperator {

  public LessEqual() {
    // ≤ ࣘ
    super(ASTNodeFactory.MMA_STYLE_FACTORY.get("LessEqual").getPrecedence(),
        "\\leq ");
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.