[libc-commits] [libc] [libc][complex] Add cargf and carg functions to libc complex math (PR #204087)

via libc-commits libc-commits at lists.llvm.org
Sun Jun 21 20:42:06 PDT 2026


jinge90 wrote:

> > Also update the status page: https://github.com/llvm/llvm-project/blob/main/libc/docs/headers/complex.rst
> 
> Hi, @lntue I will do exhaustive testing for max ulp locally and update the status later. Thanks very much.

Hi, @lntue 
Updated, the carg/cargf are wrappers of atan2/atan2f, align the status with atan2/atan2f's in https://github.com/llvm/llvm-project/blob/main/libc/docs/headers/math/index.rst?plain=1#L274
Thanks very much.

https://github.com/llvm/llvm-project/pull/204087


More information about the libc-commits mailing list