MathLog10
Posted by Angham Al-Banawien, Last modified by Diana Alkouni on 25 August 2020 06:49 AM

Syntax

Public Function MathLog10(Number As Double) As Double

Description

This function is used to return the base 10 logarithm for the given number.

Parameters

Key Description 
Number Value that wants to get the base 10 logarithm for it greater than 0, a value of type double.

Return value

Returns the base 10 logarithm for the number.

Sample

Public Sub main()

  AlertMessage MathLog10 (100) ‘will return 2

End Sub

See Also


Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions