EOorg.EOeolang.EOmath.EOnumber$EOmod$EOt3$EOa1 Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-25T15:16:23.401Z. Don't edit it,
* your changes will be discarded on the next build.
*
* The EO sources were compiled to XMIR on
* 2022-07-25T15:14:48.665082Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOmath;
import org.eolang.*;
//
// mod by zero
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "number$mod$t3$a1", oname = "number$mod$t3$a1", source = "/home/r/repo/target/eo/04-pull/org/eolang/math/number.eo")
public final class EOnumber$EOmod$EOt3$EOa1 extends PhDefault {
public EOnumber$EOmod$EOt3$EOa1(final Phi sigma) {
super(sigma);
this.add("msg", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOorg.EOeolang.EOstring(Phi.Φ);
ret = new PhLocated(ret, 128, 8);
ret = new PhWith(ret, "Δ", new Data.Value("mod by zero"));
return ret;
})));
}
}