All Downloads are FREE. Search and download functionalities are using the official Maven repository.

EOorg.EOeolang.EOfloat Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-05-18T09:52:42.909Z. Don't edit it,
 * your changes will be discarded on the next build.
 *
 * The EO sources were compiled to XMIR on
 * 2022-05-18T09:51:40.771265Z by the compiler v.0.22.2.
 */

package EOorg.EOeolang;

import org.eolang.*;

//  
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
//    
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//     
//   
// 
@XmirObject(name = "float", oname = "float", source = "/home/r/repo/target/eo/04-pull/org/eolang/float.eo")
public final class EOfloat extends PhDefault {
  public EOfloat(final Phi sigma) {
    super(sigma);
    this.add("Δ", new AtFree());
    this.add("eq", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOeq(rho);
        ret = new PhLocated(ret, 28, 2);
      return ret;
    })));
    this.add("neq", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOneq(rho);
        ret = new PhLocated(ret, 34, 2);
      return ret;
    })));
    this.add("less", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOless(rho);
        ret = new PhLocated(ret, 38, 2);
      return ret;
    })));
    this.add("leq", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOleq(rho);
        ret = new PhLocated(ret, 44, 2);
      return ret;
    })));
    this.add("greater", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOgreater(rho);
        ret = new PhLocated(ret, 50, 2);
      return ret;
    })));
    this.add("geq", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOgeq(rho);
        ret = new PhLocated(ret, 53, 2);
      return ret;
    })));
    this.add("mul", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOmul(rho);
        ret = new PhLocated(ret, 59, 2);
      return ret;
    })));
    this.add("add", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOadd(rho);
        ret = new PhLocated(ret, 62, 2);
      return ret;
    })));
    this.add("neg", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOneg(rho);
        ret = new PhLocated(ret, 65, 2);
      return ret;
    })));
    this.add("signum", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOsignum(rho);
        ret = new PhLocated(ret, 69, 2);
      return ret;
    })));
    this.add("sub", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOsub(rho);
        ret = new PhLocated(ret, 79, 2);
      return ret;
    })));
    this.add("pow", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOpow(rho);
        ret = new PhLocated(ret, 83, 2);
      return ret;
    })));
    this.add("div", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOdiv(rho);
        ret = new PhLocated(ret, 86, 2);
      return ret;
    })));
    this.add("abs", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOabs(rho);
        ret = new PhLocated(ret, 90, 2);
      return ret;
    })));
    this.add("sin", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOsin(rho);
        ret = new PhLocated(ret, 97, 2);
      return ret;
    })));
    this.add("cos", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOcos(rho);
        ret = new PhLocated(ret, 100, 2);
      return ret;
    })));
    this.add("as-bytes", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOas_bytes(rho);
        ret = new PhLocated(ret, 103, 2);
      return ret;
    })));
    this.add("as-int", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOas_int(rho);
        ret = new PhLocated(ret, 106, 2);
      return ret;
    })));
    this.add("as-string", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOfloat$EOas_string(rho);
        ret = new PhLocated(ret, 109, 2);
      return ret;
    })));
  }
  @Override
  public int hashCode() {
    return this.attr("Δ").get().hashCode();
  }
  @Override
  public boolean equals(final Object obj) {
    return this.attr("Δ").get().equals(obj);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy