Home
last modified time | relevance | path

Searched refs:imagpart (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/libc_backends/lib/math/
A Dcomplex.c14 double imagpart = sqrt(sqrt_a_b - a) / sqrt2; in csqrt() local
16 imagpart = -imagpart; in csqrt()
18 return realpart + imagpart * (double complex) I; in csqrt()

Completed in 4 milliseconds