Uses of Class
net.jafama.DoubleWrapper
-
Uses of DoubleWrapper in net.jafama
Methods in net.jafama with parameters of type DoubleWrapperModifier and TypeMethodDescriptionstatic doubleFastMath.sinAndCos(double angle, DoubleWrapper cosine) Computes sine and cosine together.static doubleStrictFastMath.sinAndCos(double angle, DoubleWrapper cosine) Computes sine and cosine together.static doubleFastMath.sinhAndCosh(double value, DoubleWrapper hcosine) Computes hyperbolic sine and hyperbolic cosine together.static doubleStrictFastMath.sinhAndCosh(double value, DoubleWrapper hcosine) Computes hyperbolic sine and hyperbolic cosine together.static booleanFastMath.toDMS(double angrad, IntWrapper degrees, IntWrapper minutes, DoubleWrapper seconds) static booleanStrictFastMath.toDMS(double angrad, IntWrapper degrees, IntWrapper minutes, DoubleWrapper seconds)