xref: /freebsd/lib/libnetbsd/math.h (revision 32cd3ee5901ea33d41ff550e5f40ce743c8d4165)
1 /*-
2  * SPDX-License-Identifier: BSD-2-Clause
3  *
4  * Copyright (c) 2026 Enji Cooper
5  */
6 
7 #ifndef	__LIBNETBSD_MATH_H__
8 #define	__LIBNETBSD_MATH_H__
9 
10 #include_next <math.h>
11 
12 #define	isinff(x)	__isinff(x)
13 
14 #endif
15