ReactOS
0.4.16-dev-2104-gb84fa49
scalb.c
Go to the documentation of this file.
1
/*
2
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS system libraries
4
* FILE: lib/sdk/crt/float/scalb.c
5
* PURPOSE: Floating-point number scaling
6
* PROGRAMER: Pierre Schweitzer (pierre@reactos.org)
7
*/
8
9
#include <precomp.h>
10
11
/*
12
* @implemented
13
*/
14
double
_scalb
(
double
x
,
long
exp
)
15
{
16
return
ldexp
(
x
,
exp
);
17
}
ldexp
_ACRTIMP double __cdecl ldexp(double, int)
Definition:
math.c:1204
x
GLint GLint GLint GLint GLint x
Definition:
gl.h:1548
exp
DWORD exp
Definition:
msg.c:16058
_scalb
double _scalb(double x, long exp)
Definition:
scalb.c:14
sdk
lib
crt
float
scalb.c
Generated on Tue Jan 6 2026 06:19:04 for ReactOS by
1.9.6