All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
Direct Known Subclasses:
LnEvaluator

public class Ln extends UnaryExpression implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Ln operator computes the natural logarithm of its argument. If the argument is null, the result is null. If the result of the operation cannot be represented, the result is null.

Java class for Ln complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Ln">
   <complexContent>
     <extension base="{urn:hl7-org:elm:r1}UnaryExpression">
     </extension>
   </complexContent>
 </complexType>