Sqrt_pi
  • 27 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Sqrt_pi

  • Dark
    Light
  • PDF

Article Summary

Calculates the square root of the product of the given (positive) number and pi.

Function signature

SQRT_PI(number: Number) => Number
ParameterDescription
NumberNumber to calculate

Examples

FormulaReturn value
SQRT_PI(3.1415)3.1415463264533177
SQRT_PI(4)3.544907702
SQRT_PI(0.25)0.8862269255

Was this article helpful?

What's Next