mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Output compile errors when signed integer types are used on functions where the answer might've been a complex number but that functionality hasn't been implemented. This applies to sqrt, log, log2, log10 and ln. A test which used a signed integer was also changed to use an unsigned integer instead.