frexp
- Article
-
-
Returns the mantissa and exponent of the specified floating-point value.
The return value is the mantissa, and the value returned by exp parameter is the exponent.
Parameters
Item |
Description |
x
|
[in] The specified floating-point value. If the x parameter is 0, this function returns 0 for both the mantissa and the exponent.
|
exp
|
[out] The returned exponent of the x parameter.
|
Return Value
The mantissa of the x parameter.
Type Description
Minimum Shader Model
This function is supported in the following shader models.
Requirements
Requirement |
Value |
Header
|
- Corecrt_math.h
|
See also
-
Intrinsic Functions (DirectX HLSL)