Uses of Class
net.jafama.DoubleWrapper
-
-
Uses of DoubleWrapper in net.jafama
Methods in net.jafama with parameters of type DoubleWrapper Modifier and Type Method Description static double
FastMath. sinAndCos(double angle, DoubleWrapper cosine)
Computes sine and cosine together.static double
StrictFastMath. sinAndCos(double angle, DoubleWrapper cosine)
Computes sine and cosine together.static double
FastMath. sinhAndCosh(double value, DoubleWrapper hcosine)
Computes hyperbolic sine and hyperbolic cosine together.static double
StrictFastMath. sinhAndCosh(double value, DoubleWrapper hcosine)
Computes hyperbolic sine and hyperbolic cosine together.static boolean
FastMath. toDMS(double angrad, IntWrapper degrees, IntWrapper minutes, DoubleWrapper seconds)
static boolean
StrictFastMath. toDMS(double angrad, IntWrapper degrees, IntWrapper minutes, DoubleWrapper seconds)
-