PI

Contents

PI#

PI = 3.141592653589793#

High-precision value of π.

Stored as a module-level float to avoid repeated calls to math.pi() or numpy.pi in constant expressions evaluated at import time.