Function | syntax | function |
Abs | Abs(num) | returns the absolute value of a number |
Sqr | Squ(num) | returns the square root of a number |
Sin | Sin(num) | returns the sine value of the angle |
Cos | Cos(num) | returns the cosine value of the angle |
Tan | Tan(num) | returns The tangent value of the angle |
Atn | Atn(num) | returns the arc tangent value of the angle |
Log | Log(num) | returns the logarithmic value of a number |
Int | Int(num) | rounding function returns the first integer less than or equal to number |
FormatNumber | FormatNumber(num1,num2 ) | is converted into a number Rnd with the specified number of decimal places (num2). |
Rnd | () | returns a random number Ubound from 0 to 1. |
Ubound | (array name, dimension) | returns the maximum number of subscripts of the array. If the array has only one dimension, the dimension can be omitted. Digital |
website building academy www.knowsky.com |