[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
gamma

The function gamma computes the gamma function.
Compatibility:
This function is compatible with the following targets:
Prototype:
#include <math.h>
double gamma ( double x );
Parameters:
Parameters for this function are:
Return:
The gamma function of x.
Remarks:
A domain error occurs if x is equal to zero or if x is a negative integer
[ 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