#include <math.h>
#include <float.h>
#include "ieee754/ieee754.h"
Go to the source code of this file.
◆ _errno()
Definition at line 17 of file errno.c.
18{
20}
thread_data_t * msvcrt_get_thread_data(void)
Referenced by _j1(), and _y1().
◆ _j1()
Definition at line 10 of file j1_y1.c.
11{
14}
double __ieee754_j1(double x)
_Check_return_ __MINGW_NOTHROW _CRTIMP int __cdecl _finite(_In_ double)
◆ _y1()
Definition at line 19 of file j1_y1.c.
20{
21 double retval;
23
27
30 {
33 }
34 return retval;
35}
_STLP_DECLSPEC complex< float > _STLP_CALL sqrt(const complex< float > &)
double __ieee754_y1(double)
_Check_return_ __MINGW_NOTHROW _CRTIMP int __cdecl _fpclass(_In_ double)