xref: /freebsd/lib/libnetbsd/math.h (revision a3cefe7f2b4df0f70ff92d4570ce18e517af43ec)
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