SQRT¶
The SQRT function is used to calculate the square root of a number. It takes one argument, which must be of the FLOAT type. The result will also be of the FLOAT type.
Syntax¶
Examples¶
- Using the
SQRTfunction:
- Using the
SQRTfunction with a decimal:
- Using the
SQRTfunction with an integer:
- Using the
SQRTfunction with zero:
- Using the
SQRTfunction with NULL:
Error Cases¶
- The
SQRTfunction requires the argument to be of FLOAT type: