EOorg.EOeolang.EOmath.EOnegative_infinity$EOminus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eo-math Show documentation
Show all versions of eo-math Show documentation
Math Primitives for EO Programming Language
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-15T10:40:21.854Z. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
* 2022-07-15T10:39:10.123874Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOmath;
import org.eolang.*;
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "negative-infinity$minus", oname = "minus", source = "/home/r/repo/src/main/eo/org/eolang/math/negative-infinity.eo")
public final class EOnegative_infinity$EOminus extends PhDefault {
public EOnegative_infinity$EOminus(final Phi sigma) {
super(sigma);
this.add("x", new AtFree(/* default */));
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret_base = new PhMethod(rho, "ρ");
ret_base = new PhLocated(ret_base, 95, 4);
Phi ret = new PhMethod(ret_base, "plus");
ret = new PhLocated(ret, 95, 5);
ret = new PhCopy(ret);
Phi ret_1_base = new PhMethod(rho, "x");
ret_1_base = new PhLocated(ret_1_base, 95, 12);
Phi ret_1 = new PhMethod(ret_1_base, "neg");
ret_1 = new PhLocated(ret_1, 95, 13);
ret = new PhWith(ret, 0, ret_1);
return ret;
})));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy