math.tau

Full name
math.tau
Library
math
Syntax

math.tau

Description

math.tau returns the value of the mathematical constant tau (τ = 2 * π = 6.283185307179586)

Parameters

math.tau takes no arguments.

Result

math.tau returns a real number.

Examples

We can obtain the value of the mathematical constant tau with the following code:

math.tau

6.283185307179586

Submitted by admin on Tue, 01/19/2021 - 16:05