zig/lib/std/math/complex
Andrew Kelley 41dd2beaac compiler-rt: math functions reorg
* unify the logic for exporting math functions from compiler-rt,
   with the appropriate suffixes and prefixes.
   - add all missing f128 and f80 exports. Functions with missing
     implementations call other functions and have TODO comments.
   - also add f16 functions
 * move math functions from freestanding libc to compiler-rt (#7265)
 * enable all the f128 and f80 code in the stage2 compiler and behavior
   tests (#11161).
 * update std lib to use builtins rather than `std.math`.
2022-04-27 12:20:44 -07:00
..
abs.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
acos.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
acosh.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
arg.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
asin.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
asinh.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
atan.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00
atanh.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
conj.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
cos.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
cosh.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00
exp.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00
ldexp.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00
log.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00
pow.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
proj.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
sin.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
sinh.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00
sqrt.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00
tan.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
tanh.zig compiler-rt: math functions reorg 2022-04-27 12:20:44 -07:00