Field E
Field 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 public static final BigDecimal E = new BigDecimal(Math.E);
2 return (float)(Math.pow(Math.E,x) - Math.pow(Math.E,-x)) / 2.0f;
3 kernelData[i] = (float)(Math.pow(Math.E, -(i-mid)*(i-mid)/
4 areaSum += (float)(Math.pow(Math.E, -i*i/(2*stdDev*stdDev)) /
5 double a[] = {1, 3, -3, 4, Math.PI, Math.E};
6 double degreeCap = (1/(Math.pow(Math.E,((netUtil.getOutDegree(iNode)-5)))+1));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.