Eneboo - Documentación para desarrolladores
|
#include "triodef.h"
#include "trionan.h"
#include <math.h>
#include <string.h>
#include <limits.h>
#include <float.h>
#include <assert.h>
'defines' | |
#define | TRIO_TRUE (1 == 1) |
#define | TRIO_FALSE (0 == 1) |
Funciones | |
TRIO_PUBLIC double | trio_nzero (TRIO_NOARGS) |
TRIO_PUBLIC double | trio_pinf (TRIO_NOARGS) |
TRIO_PUBLIC double | trio_ninf (TRIO_NOARGS) |
TRIO_PUBLIC double | trio_nan (TRIO_NOARGS) |
TRIO_PUBLIC int trio_isnan | TRIO_ARGS1 ((number), double number) |
TRIO_PUBLIC int trio_fpclassify_and_signbit | TRIO_ARGS2 ((number, is_negative), double number, int *is_negative) |