Uses of Interface
com.rubecula.jquantity.Transcendental

Packages that use Transcendental
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

 

Uses of Transcendental in com.rubecula.jquantity
 

Classes in com.rubecula.jquantity that implement Transcendental
private static class Value.transcendental2Arctan
           
private static class Value.transcendentalExp
           
private static class Value.transcendentalLog
           
private static class Value.transcendentalSqrt
           
private static class Value.transcendentalSquare
           
private static class Value.transcendentalTanThetaBy2
           
 

Methods in com.rubecula.jquantity that return Transcendental
 Transcendental Value.transcendentalExp.getInverse()
           
 Transcendental Value.transcendentalLog.getInverse()
           
 Transcendental Value.transcendentalTanThetaBy2.getInverse()
           
 Transcendental Value.transcendental2Arctan.getInverse()
           
 Transcendental Value.transcendentalSqrt.getInverse()
           
 Transcendental Value.transcendentalSquare.getInverse()
           
 Transcendental Transcendental.getInverse()
          This method must be provided to yield the transcendental for the inverse operation:
 

Methods in com.rubecula.jquantity with parameters of type Transcendental
private  Value Value.transcendentalFunction(Transcendental function)
          The following method calculates the transcendental function (determined by function) on this Value.