performfunction

Type: External

Group: general

Syntax

PERFORMFUNCTION(function, parameters)

Description

Performs the function on the supplies parameters.

Examples

PERFORMFUNCTION(ACOS, 1) = 0 PERFORMFUNCTION(MAX,1,3) = 3