summaryrefslogtreecommitdiff
path: root/src/fenv/FE_INEXACT.h
blob: 53eac468c452bac9b119e03efc6cbba6921a6ab6 (plain)
1
2
3
4
5
6
7
8
9
10
#include <fenv.h>

#define FE_INEXACT                                                        (1<<1)

/* Defined iff this exception is supported */

/*
STDC(199901)
LINK(m)
*/