Sqrt_pi
- 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Sqrt_pi
- Updated on 27 May 2022
- 1 Minute to read
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
Calculates the square root of the product of the given (positive) number and pi.
Function signature
SQRT_PI(number: Number) => Number
Parameter | Description |
---|---|
Number | Number to calculate |
Examples
Formula | Return value |
---|---|
SQRT_PI(3.1415) | 3.1415463264533177 |
SQRT_PI(4) | 3.544907702 |
SQRT_PI(0.25) | 0.8862269255 |
Was this article helpful?