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

EOorg.EOeolang.EOmath.EOnegative_infinity$EOabs Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
/*
 * This file was auto-generated by eolang-maven-plugin
 * on 2022-07-15T10:40:21.854Z. 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:10.123874Z by the compiler v.0.24.0.
 */

package EOorg.EOeolang.EOmath;

import org.eolang.*;

//  
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
//   
// 
@XmirObject(name = "negative-infinity$abs", oname = "abs", source = "/home/r/repo/src/main/eo/org/eolang/math/negative-infinity.eo")
public final class EOnegative_infinity$EOabs extends PhDefault {
  public EOnegative_infinity$EOabs(final Phi sigma) {
    super(sigma);
    this.add("φ", new AtOnce(new AtComposite(this, rho -> {
      Phi ret = Phi.Φ.attr("org").get().attr("eolang").get().attr("math").get().attr("positive-infinity").get();
        ret = new PhLocated(ret, 138, 4);
      return ret;
    })));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy