|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Approximation | |
com.rubecula.jquantity | JQuantity
Contents:
Copyright Notice
Overview
JQuantity Philosophy
Programming Conventions
Package Structure |
Uses of Approximation in com.rubecula.jquantity |
Fields in com.rubecula.jquantity declared as Approximation | |
static Approximation |
Approximation.$1
The constant value of 1 (exact). |
static Approximation |
Approximation.$pi
The constant value of pi (best double-precision approximation), |
static Approximation |
Approximation.$e
The constant value of e (best double-precision approximation). |
(package private) static Approximation |
Approximation.$_R
Rydberg constant (in per meters). |
(package private) static Approximation |
Approximation.$_Alpha
The fine structure constant, Alpha (dimensionless). |
(package private) static Approximation |
Approximation.$_e
Electron charge (in Coulombs) Value: 1.60217653(14)E-19. |
(package private) static Approximation |
Approximation.$_G
Gravitation constant (in m^3 kg^-1 sec^-2) Value: 6.6742(10) x 10-11 Relative Error: 1.5E-4. |
(package private) static Approximation |
Approximation.$_au
Astronomical Unit (approx): 1.49597893*E11. |
Methods in com.rubecula.jquantity that return Approximation | |
(package private) Approximation |
Value.toApproximation(double tolerance)
Method to convert this Value into the appropriate Approximation. |
(package private) Approximation |
Rational.toApproximation(double tolerance)
Method to convert this Rational into the appropriate Approximation. |
private static Approximation |
Approximation.InitialValueOf(java.lang.String string)
Private class method to create an approximation from a string which represents a double, optionally followed by "*" to indicate fuzziness in the last digit. |
static Approximation |
Approximation.Parse(NumberPresentation presentation)
Class method to translate the NumberPresentation representation into an Approximation. |
Methods in com.rubecula.jquantity with parameters of type Approximation | |
Trigonometrical |
Approximation.arctanX2(Approximation divisor)
Method to evaluate the arctangent function of this divided by divisor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |