llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
26.98k stars 11.05k forks source link

[libc][math][C23] Implement sinpi, cospi, tanpi functions #94895

Open HendrikHuebner opened 1 month ago

HendrikHuebner commented 1 month ago

Defined here: https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3096.pdf

HendrikHuebner commented 1 month ago

CC @lntue