maths.tau
Returns τ (tau), the ratio of the circumference to the radius of a circle = 2π.
Examples
Circumference
import("maths")
radius:=3
print(maths.tau * radius)
18.85
Builtin
maths.tau
Returns τ (tau), the ratio of the circumference to the radius of a circle = 2π.
import("maths")
radius:=3
print(maths.tau * radius)
18.85