Login
Sign Up
Home
Program
Project
My Zone
Support
Expression Sample
Overview
Expression Calculation
Press Release
Recommend
Expression Calculation Samples
Returns the cosine of the angle, the angle must be in degrees.
Cos(60)
Returns a specified number raised to the specified power.
Pow(2,3)
Returns the square root of a specified number
Sqrt(9)
Returns the larger of the two specified number.
Max(3, 8)
Returns e raised to the specified power
Exp(5)
Returns the natural (base e) logarithm of a specified number
Log(5)
Returns the base 10 logarithm of a specified number.
Log10(15)
The ratio of circumference of a circle to its diameter
Math.PI
The natural logarithmic base, specified by the constant, e.
Math.E
Copyright ©2009-2010 CUI WEI. All Rights Reserved.