All Downloads are FREE. Search and download functionalities are using the official Maven repository.

EOorg.EOeolang.EOmath.EOnan$EOlt Maven / Gradle / Ivy

/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-07-25T15:16:26.797Z. 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.745316Z by the compiler v.0.24.0.
 */

package EOorg.EOeolang.EOmath;

import org.eolang.*;

//  
//   
//   false
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
// 
@XmirObject(name = "nan$lt", oname = "lt", source = "/home/r/repo/target/eo/04-pull/org/eolang/math/nan.eo")
public final class EOnan$EOlt extends PhDefault {
  public EOnan$EOlt(final Phi sigma) {
    super(sigma);
    this.add("x", new AtFree(/* default */));
    this.add("φ", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = new EOorg.EOeolang.EObool(Phi.Φ);
        ret = new PhLocated(ret, 40, 4);
        ret = new PhWith(ret, "Δ", new Data.Value(false));
      return ret;
    })));
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy