This website requires JavaScript.
Explore
Help
Sign In
drew
/
acadia-newlib
Watch
1
Star
0
Fork
You've already forked acadia-newlib
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5d4750a996
acadia-newlib
/
winsup
/
mingw
/
mingwex
/
math
/
frexpf.c
4 lines
86 B
C
Raw
Blame
History
#
include
<math.h>
float
frexpf
(
float
x
,
int
*
expn
)
{
return
(
float
)
frexp
(
x
,
expn
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink