/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/complex.h
16 строк
551 B
Paul E. Murphy
float128: Add private _Float128 declarations for libm.
15 май 2017, 16:23
15 май 2017, 16:23
81f26b5
Код
Авторство
О чём код?
#ifndef _COMPLEX_H # include <math/complex.h> # ifndef _ISOMAC /* Return the complex inverse hyperbolic sine of finite nonzero Z, with the imaginary part of the result subtracted from pi/2 if ADJ is nonzero. */ extern complex float __kernel_casinhf (complex float z, int adj); extern complex double __kernel_casinh (complex double z, int adj); extern complex long double __kernel_casinhl (complex long double z, int adj); # if __HAVE_DISTINCT_FLOAT128 extern __CFLOAT128 __kernel_casinhf128 (__CFLOAT128 z, int adj); # endif # endif #endif