klyn.math.Math.PI
field
public static const PI as Double = 3.141592653589793
Description
PI: the ratio of a circle's circumference to its diameter.
import klyn.math

print(Math.PI)