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