HomeSort by: relevance | last modified time | path
    Searched refs:csqrt (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libm/complex/
cacosh.c 42 w = clog(z + csqrt(z + 1) * csqrt(z - 1));
Makefile.inc 7 cimag.c creal.c csin.c csinh.c csqrt.c ctan.c ctanh.c \
casin.c 113 z2 = csqrt(zz);
csqrt.c 1 /* $NetBSD: csqrt.c,v 1.4 2017/01/01 19:32:14 maya Exp $ */
36 csqrt(double complex z) function in typeref:typename:double complex
  /src/include/
complex.h 106 /* 7.3.8.3 The csqrt functions */
107 double complex csqrt(double complex);

Completed in 11 milliseconds