Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
EOorg.EOeolang.EOmath.EOnan Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-25T15:16:26.797Z. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
* 2022-07-25T15:15:45.745316Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOmath;
import org.eolang.*;
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "nan", oname = "nan", source = "/home/r/repo/target/eo/04-pull/org/eolang/math/nan.eo")
public final class EOnan extends PhDefault {
public EOnan(final Phi sigma) {
super(sigma);
this.add("eq", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOeq(rho);
ret = new PhLocated(ret, 30, 2);
return ret;
})));
this.add("neq", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOneq(rho);
ret = new PhLocated(ret, 34, 2);
return ret;
})));
this.add("lt", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOlt(rho);
ret = new PhLocated(ret, 38, 2);
return ret;
})));
this.add("lte", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOlte(rho);
ret = new PhLocated(ret, 42, 2);
return ret;
})));
this.add("gt", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOgt(rho);
ret = new PhLocated(ret, 46, 2);
return ret;
})));
this.add("gte", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOgte(rho);
ret = new PhLocated(ret, 50, 2);
return ret;
})));
this.add("times", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOtimes(rho);
ret = new PhLocated(ret, 54, 2);
return ret;
})));
this.add("plus", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOplus(rho);
ret = new PhLocated(ret, 58, 2);
return ret;
})));
this.add("neg", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOneg(rho);
ret = new PhLocated(ret, 62, 2);
return ret;
})));
this.add("signum", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOsignum(rho);
ret = new PhLocated(ret, 66, 2);
return ret;
})));
this.add("minus", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOminus(rho);
ret = new PhLocated(ret, 70, 2);
return ret;
})));
this.add("pow", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOpow(rho);
ret = new PhLocated(ret, 74, 2);
return ret;
})));
this.add("div", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOdiv(rho);
ret = new PhLocated(ret, 78, 2);
return ret;
})));
this.add("abs", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOabs(rho);
ret = new PhLocated(ret, 82, 2);
return ret;
})));
this.add("as-bytes", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOas_bytes(rho);
ret = new PhLocated(ret, 86, 2);
return ret;
})));
this.add("as-int", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOas_int(rho);
ret = new PhLocated(ret, 90, 2);
return ret;
})));
this.add("as-string", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOnan$EOas_string(rho);
ret = new PhLocated(ret, 95, 2);
return ret;
})));
}
}