HyperWorks Solvers

LOG10

LOG10

Previous topic Next topic No expanding text in this topic  

LOG10

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Format

LOG10(x)

Description

Returns the logarithm of x to the base 10.  For example, if x = , then LOG10(x) = a. The log function is defined only for x > 0; it is undefined for all other values.

Example

<Reference_Variable

    id                  = "1"

    label               = "LOG10 Example"

    type                = "EXPRESSION"

    expr                = "LOG10(TIME/100)"

/>

Arguments

x

Any valid function expression greater than zero.

See Also:

Functions

Command Statements

Model Statements

Notation and Syntax