util.Math.acos

Computes the arc cosine of the passed value, measured in radians.

Syntax

util.Math.acos(
   val FLOAT )
  RETURNING result FLOAT
  1. val is a floating point value.

Usage

Returns NULL if the argument provided is invalid.