math.h: Add scalbn declaration.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Jacek Caban 2020-05-22 17:16:50 +02:00 committed by Alexandre Julliard
parent 073016ecd4
commit ff17814d04
1 changed files with 3 additions and 0 deletions

View File

@ -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);