VBScript to demonstrate the use of math functions
kw.vbs
Output
Returns the absolute value: 50 Returns the arctangent: 3.14159265358979 Returns the sine: -0.988031624092862 Returns the cosine: 0.154251449887584 Returns the tangent: -6.40533119664628 Returns e raised to a power: 1 2.71828182845905 Returns the integer part: 50 50 Returns the natural logarithm: 0.693147180559945 Returns the square root: 26 Returns a random number: 0.8620264
What Next?
VBScript to demonstrate the use of date and time functions
VBScript to perform ArrayList operations
VBScript to perform SortedList operation
Advertisement