|
|
coherent
/*
* Exponential function.
*/
#include <math.h>
#if EMU87
#include "emumath.h"
#endif
double
exp(x)
double x;
{
return (_two(x*LOGEB2));
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.