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


gamma

The function gamma computes the gamma function.

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS
Win32

Prototype:
#include <math.h>
double gamma ( double x );
Parameters:

Parameters for this function are:

x  
double  
The value to be computed  

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