EOorg.EOeolang.EOmath.EOnegative_infinity$EOas_bytes Maven / Gradle / Ivy
/*
* This file was auto-generated by eolang-maven-plugin
* on 2022-07-25T15:16:28.486Z. 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.810985Z by the compiler v.0.24.0.
*/
package EOorg.EOeolang.EOmath;
import org.eolang.*;
//
// FF 80 00 00
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
@XmirObject(name = "negative-infinity$as-bytes", oname = "as-bytes", source = "/home/r/repo/target/eo/04-pull/org/eolang/math/negative-infinity.eo")
public final class EOnegative_infinity$EOas_bytes extends PhDefault {
public EOnegative_infinity$EOas_bytes(final Phi sigma) {
super(sigma);
this.add("φ", new AtOnce(new AtComposite(this, rho -> {
Phi ret = new EOorg.EOeolang.EObytes(Phi.Φ);
ret = new PhLocated(ret, 142, 4);
ret = new PhWith(ret, "Δ", new Data.Value(new byte[] {(byte) 0xFF, (byte) 0x80, (byte) 0x00, (byte) 0x00}));
return ret;
})));
}
}