HyperWorks Solvers

SQRT

SQRT

Previous topic Next topic No expanding text in this topic  

SQRT

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

Format

SQRT(x)

Description

Returns the square root of x. The SQRT function is defined only for x >= 0; it is undefined for all other values.

Example

<Reference_Variable

    id                  = "1"

    label               = "SQRT Example"

    type                = "EXPRESSION"

    expr                = "SQRT(DX(112,10,10)**2 + DY(112,10,10)**2)"

/>

Arguments

x

Any valid function expression greater than zero.

See Also:

Functions

Command Statements

Model Statements

Notation and Syntax