Package jscl.math.numeric
Class JSCLDouble
java.lang.Object
jscl.math.numeric.Numeric
jscl.math.numeric.JSCLDouble
- All Implemented Interfaces:
Comparable,jscl.editor.rendering.MathObject,Arithmetic
-
Method Summary
Modifier and TypeMethodDescriptionacos()add(JSCLDouble dble) asin()atan()intcompareTo(JSCLDouble dble) intcos()divide(JSCLDouble dble) doubleexp()inverse()log()multiply(JSCLDouble dble) negate()nthrt(int n) pow(JSCLDouble dble) intsignum()sin()sqrt()subtract(JSCLDouble dble) tan()toMathML()toString()valueof(JSCLDouble dble) static JSCLDoublevalueOf(double val)
-
Method Details
-
add
-
add
-
subtract
-
subtract
-
multiply
-
multiply
-
divide
- Throws:
ArithmeticException
-
divide
- Specified by:
dividein classNumeric- Throws:
ArithmeticException
-
negate
-
signum
public int signum() -
log
-
exp
-
inverse
-
pow
-
pow
-
sqrt
-
nthrt
-
conjugate
-
acos
-
asin
-
atan
-
cos
-
sin
-
tan
-
valueof
-
valueof
-
doubleValue
public double doubleValue() -
compareTo
-
compareTo
-
valueOf
-
toString
-
toMathML
-