This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
640249d1e9
NetBSD
/
sys
/
arch
/
arm32
/
include
/
math.h
4 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
Switch over to using the generic arm header files for everything that arm26 and arm32 agree on.
2001-01-12 01:07:53 +03:00
/* $NetBSD: math.h,v 1.4 2001/01/11 22:07:59 bjh21 Exp $ */
C99: Define a NAN macro in <math.h> which evaulates to a constant expression of a single-precision quiet NaN; only to be defined on platforms that do support this value.
1999-12-23 13:15:05 +03:00
Switch over to using the generic arm header files for everything that arm26 and arm32 agree on.
2001-01-12 01:07:53 +03:00
#
include
<arm/math.h>