_logb
Visual Studio 2008
Extracts an exponential value of a double-precision floating-point argument.
double _logb( double x );
Routine | Required header |
|---|---|
_logb | <float.h> |
For more compatibility information, see Compatibility in the Introduction.
Libraries
All versions of the C run-time libraries.
Not applicable. To call the standard C function, use PInvoke. For more information, see Platform Invoke Examples.