SQRTF

SQRTF is the same as SQRT except for some differences.

Differences between SQRTF and SQRT:
  • SQRTF calculates its result inline if hardware architecture permits.
  • The argument must be real.
  • Invalid arguments will generate hardware exceptions.
  • The accuracy of the result is set by the hardware.

The SQRTF built-in function is not supported for DFP.

For the definition and syntax, see SQRT.