Asp mathematical functions
Common mathematical functions:
Function syntax
Abs (num) returns the absolute value of a number.
Sqr Squ (num) returns the square root of a number.
Sin (num) returns the sine of the angle
Cos (num) returns the cosine of the angle
Tan (num) returns the tangent of the angle
Atn (num) returns the arc tangent of the angle
Log (num) returns the logarithm of a number.
Int (num) returns the first integer less than or equal to number.
FormatNumber (num1, num2) is converted to a number with a specified number of decimal places (num2).
Rnd () returns a random number ranging from 0 to 1.
Ubound (array name, dimension) returns the maximum number of subscripts of the array. For example, the array has only one dimension, and the dimension can be omitted.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service