Method exp(double a)
Return type: double
Member of:
java.lang.Math
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
return new BigDecimal(Math.exp(val.doubleValue()));
2
assertEquals(Math.exp(0.25d * StatUtils.sumLog(test)),
3
kernel[i] = (float)Math.exp(-0.5*(sqr((i-radius)/(radius*2)))/sqr(0.2));
4
int value = (int)(Math.floor(first*Math.exp(step*i)));
5
filteredTaskRate /= Math.exp(elapsed / TIME_CONSTANT);
6
double newMod = Math.exp(val.getReal());
7
double expA = Math.exp(z.getReal());
8
v2 = (float)Math.exp(c*Math.log(v1));
9
sbVal= sbMax - (int)(Math.exp(rLog) - 1.0);
10
toPrint = (float)Math.exp(y);
11
case 69 /* exp */: return U.toNum(Math.exp(U.toReal(x)));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.