Files
c3c/lib/std/math/math_nolibc/trig.c3
2025-10-25 15:55:25 +02:00

9 lines
179 B
Plaintext

module std::math::nolibc @if(env::NO_LIBC || $feature(C3_MATH));
fn double sincos_broken(double x) @cname("sincos") @weak @nostrip
{
unreachable("'sinccos' not supported");
}