bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)
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).
D
Dima Pasechnik committed
f57cd8288dbe6aba99c057f37ad6d58f8db75350
Parent: ff3d39f
Committed by Serhiy Storchaka <storchaka@gmail.com>
on 2/26/2019, 6:36:11 AM