Java Scripts Mathematics Functions With Explanation

abs(n) : return The absolute value of n
acos(n): Return the aeccosine of n, in radians.
asin(n): Return The arcsime of n, in radians.
atan(n): Return the arctangent of n numeric value between PI
ceil(n): Return n Rounded  upwords to the nearest integer value.
cos(n): Return the Cosine Value of n.
exp(n): Return The Value of Expression.
floor(n): Return n, Rounded downwords to the nearest integer.
log(n): Return the natural logarithm of n.
max(n1,n2....n): Return the number of height value.
min(n1,n2...n): Return the number of lowest value.
pow(x,y): Return the value of x to the power of y.
random(): Return a random number between 0 1nd 1.
round(n): round n to the nereast integer value.
sin(n): Return the value of sin of n.
sqrt(n): Return the Squre root of n.

Java Scripts Mathematics Functions With Explanation Java Scripts Mathematics Functions With Explanation Reviewed by Unknown on 9:22:00 PM Rating: 5

No comments:

Powered by Blogger.