TAU

The mathematical constant <a href="http://tauday.com/">TAU</a>, where the legacy constant PI is defined as TAU/2.

enum real TAU;

Examples

The relationship between TAU and the legacy constant PI.

import std.math;

assert(TAU/2 == PI);

Meta