Log10

Syntax: Log10(real1)

Argument:

  • real1 is a real number.

Return Type: Real

Description: Returns the base-10 logarithm of real1. The returned value is the power to which 10 must be raised to produce real1. Returns 0 If real1 is 0.

Example: In the following example, val is 2.

val is real
 val=Log10(100)
  • www.fico.com