summaryrefslogtreecommitdiff
path: root/Cython/Includes/libcpp/numbers.pxd
blob: abd3069a134f79774dfed0160cdd85759a8eaeb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
cdef extern from "<numbers>" namespace "std::numbers" nogil:
    # C++20 mathematical constants
    const double e
    const double log2e
    const double log10e
    const double pi
    const double inv_pi
    const double inv_sqrtpi
    const double ln2
    const double ln10
    const double sqrt2
    const double sqrt3
    const double inv_sqrt3
    const double egamma
    const double phi