EOorg.EOeolang.EOmath.EOe Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-25T15:16:27.924Z. 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.794865Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOmath;
import org.eolang.*;
//
// 2.718281828459045
//
@XmirObject(name = "e", oname = "e", source = "/home/r/repo/target/eo/04-pull/org/eolang/math/e.eo")
public final class EOe extends PhDefault {
public EOe(final Phi sigma) {
super(sigma);
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOorg.EOeolang.EOfloat(Phi.Φ);
ret = new PhLocated(ret, 30, 2);
ret = new PhWith(ret, "Δ", new Data.Value(2.718281828459045d));
return ret;
})));
}
}