sqrt(x)
Features
This function returns the square root of x.
Parameters
Parameter Name | Data Type | Default Value | Description |
---|---|---|---|
x | float | - | - |
Return
Value | Description |
---|---|
the square root of x | Success |
Exception
Exception | Description |
---|---|
DR_Error (DR_ERROR_TYPE) | Parameter data type error occured. |