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

print(Math.TAU)