Skip to content
Snippets Groups Projects
Commit ff17814d authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard
Browse files

math.h: Add scalbn declaration.

parent 073016ec
Branches
Tags
No related merge requests found
......@@ -101,6 +101,9 @@ long __cdecl lrintf(float);
long __cdecl lround(double);
long __cdecl lroundf(float);
_ACRTIMP double __cdecl scalbn(double,int);
_ACRTIMP float __cdecl scalbnf(float,int);
double __cdecl _copysign (double, double);
double __cdecl _chgsign (double);
double __cdecl _scalb(double, __msvcrt_long);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment