EOorg.EOeolang.EOfloat$EOminus$EOt1$EOt0$EOa1 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:25.901Z. 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:24.877681Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang;
import org.eolang.*;
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "float$minus$t1$t0$a1", oname = "float$minus$t1$t0$a1", source = "/home/r/repo/target/eo/04-pull/org/eolang/float.eo")
public final class EOfloat$EOminus$EOt1$EOt0$EOa1 extends PhDefault {
public EOfloat$EOminus$EOt1$EOt0$EOa1(final Phi sigma) {
super(sigma);
this.add("element", new AtFree(/* default */));
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret_base = new PhMethod(rho, "element");
ret_base = new PhLocated(ret_base, 75, 12);
Phi ret = new PhMethod(ret_base, "neg");
ret = new PhLocated(ret, 74, 10);
return ret;
})));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy