CCS Standardfunction   Berechnen [Any] (Extended function)
 

Berechnen [Any] (Extended function)

Term [Str]

Rounding_Method [INT]

Description of Function

In the extended function, the mathematical functions described below can be used in the formula in addition to those described in the basic Calculate IDH_Berechnen function. The extended version of the function is available in DAPAS/Win and on the CCS system.

SIN(x)

Sine function; x in radians

COS(x)

Cosine function; x in radians

LOG(x)

Natural logarithm

LOG10(x)

Base-10 logarithm

EXP(x)

Exponential function (base e)

EXP10(x)

Exponential function, base 10

INT(x)

Round down to whole number

RAND(x)

Random number in the range 0.. x x

ABS(x)

Absolute value

The functions can also be nested (e.g. INT( LOG(x)))