[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
exp2

The function exp2 computes the base-2 exponential.
Compatibility:
This function is compatible with the following targets:
Prototype:
#include <math.h>
double exp2 ( double x );
Parameters:
Parameters for this function are:
Return:
The function returns the base-2 exponential of x: 2^x
Remarks:
A range error occurs if the magnitude of x is too large
See Also:
"pow"
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 16, 2000