EOorg.EOeolang.EOmath.EOpositive_infinity$EOmod 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:20.484Z. 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:09.453257Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOmath;
import org.eolang.*;
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "positive-infinity$mod", oname = "mod", source = "/home/r/repo/src/main/eo/org/eolang/math/positive-infinity.eo")
public final class EOpositive_infinity$EOmod extends PhDefault {
public EOpositive_infinity$EOmod(final Phi sigma) {
super(sigma);
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret = Phi.Φ.attr("org").get().attr("eolang").get().attr("math").get().attr("nan").get();
ret = new PhLocated(ret, 122, 4);
return ret;
})));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy