pi top-level constant

double const pi

The ratio of a circle's circumference to its diameter (π).

ISO 80000-2 symbol: π Value: 3.141 592 653 589 793 238 46…

Implementation

const double pi = 3.141592653589793238462643383279502884197;