public class DoubleMath extends java.lang.Object implements Math<java.lang.Double>
Math
interface, since it simply delegates to the Math
class. However, this is necessary to keep the the
tensorics language generic for any scalar values.Constructor and Description |
---|
DoubleMath() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
pow(java.lang.Double base,
java.lang.Double exponent)
Has to return the first argument raised to the power of the second argument.
|
java.lang.Double |
root(java.lang.Double base,
java.lang.Double exponent) |
public java.lang.Double pow(java.lang.Double base, java.lang.Double exponent)
Math