mirror of
https://github.com/python/cpython.git
synced 2026-05-12 23:49:15 -04:00
f57cd8288d
The standard math library (libm) may follow IEEE-754 recommendation to include an implementation of sinPi(), i.e. sinPi(x):=sin(pi*x). And this triggers a name clash, found by FreeBSD developer Steve Kargl, who worken on putting sinpi into libm used on FreeBSD (it has to be named "sinpi", not "sinPi", cf. e.g. https://en.cppreference.com/w/c/experimental/fpext4).
Source files for standard library extension modules, and former extension modules that are now builtin modules.