HyperWorks Solvers

LOG

LOG

Previous topic Next topic No expanding text in this topic  

LOG

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

Format

LOG(x)

Description

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

Example

<Reference_Variable

    id                  = "1"

    label               = "LOG Example"

    type                = "EXPRESSION"

    expr                = "LOG(TIME/100)"

/>

Arguments

x

Any valid function expression greater than zero.

See Also:

Functions

Command Statements

Model Statements

Notation and Syntax