Uses of Interface
com.rubecula.jquantity.Trigonometrical

Packages that use Trigonometrical
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 Trigonometrical in com.rubecula.jquantity
 

Classes in com.rubecula.jquantity that implement Trigonometrical
 class Approximation
           This Class approximates a value using an immutable double-precision value.
 class Complex
           Representation of a Complex Number Objects of this class represent complex numbers defined on one side or the other of the EL (exponential-log) plane.
 class Rational
          Public class to represent precise rational numbers.
 class Value
          This class represents a Rational which may be factored in some way.
 

Methods in com.rubecula.jquantity that return Trigonometrical
 Trigonometrical Value.exp()
          Method to evaluate the exponential function.
 Trigonometrical Value.log()
          Method to evaluate the natural log function.
 Trigonometrical Value.arctanX2()
          Method to evaluate the arctangent function.
 Trigonometrical Value.tan_theta_2()
          Method to evaluate the tangent function.
 Trigonometrical Value.sqrt()
          Method to evaluate the tangent function.
 Trigonometrical Trigonometrical.exp()
          Method to evaluate the exponential function.
 Trigonometrical Trigonometrical.log()
          Method to evaluate the natural log function.
 Trigonometrical Trigonometrical.arctanX2()
          Method to evaluate the arctangent function.
 Trigonometrical Trigonometrical.tan_theta_2()
          Method to evaluate the tangent function.
 Trigonometrical Rational.exp()
          Method to evaluate the exponential function.
 Trigonometrical Rational.log()
          Method to evaluate the natural log function.
 Trigonometrical Rational.arctanX2()
          Method to evaluate the arctangent function.
 Trigonometrical Rational.tan_theta_2()
          Method to evaluate the tangent function.
 Trigonometrical Complex.exp()
          Method to evaluate the exponential function.
 Trigonometrical Complex.log()
          Method to evaluate the natural log function.
 Trigonometrical Complex.arctanX2()
          Method to evaluate the arctangent function.
 Trigonometrical Complex.tan_theta_2()
          Method to evaluate the tangent function.
 Trigonometrical Approximation.exp()
          Method to evaluate the exponential function.
 Trigonometrical Approximation.log()
          Method to evaluate the natural log function.
 Trigonometrical Approximation.arctanX2(Approximation divisor)
          Method to evaluate the arctangent function of this divided by divisor.
 Trigonometrical Approximation.arctanX2()
          Method to evaluate the arctangent function.
 Trigonometrical Approximation.tan_theta_2()
          Method to evaluate the tangent function.