Parent Topic: Arithmetic Expressions
Single Value Functions
The following single value arithmetic functions are available:

        sin   (e)               sine
        cos   (e)               cosine
        tan   (e)               tangent
        asin  (e)               arc sine
        acos  (e)               arc cosine
        atan  (e)               arc tangent
        deg   (e)               radians to degrees
        rad   (e)               degrees to radians
        ln    (e)               natural logarithm
        exp   (e)               natural exponent
        log10 (e)               base 10 logarithm
        exp10 (e)               base 10 exponent
        int   (e)               integer  part of real
        frac  (e)               fraction part of real
        abs   (e)               absolute value
where:

          e  can be any arithmetic expression.
          Arguments for trigonometric functions MUST be expressed 
          in radians.
example:

          int(tan(2.3 * ln(%6)))

Parent Topic: Arithmetic Expressions
About PCI Help Gateway