|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#4
|
|||
|
|||
|
Re: Needing A header file
You code either find a C version of "math.h". I just wrote a smaller version with only basic trig functions declared:
Code:
double acos(double x); double asin(double x); double atan(double x); double atan2(double y, double x); double cos(double x); double cosh(double x); double sin(double x); double sinh(double x); double tan(double x); double tanh(double x); |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| First Logo as a CAD file | jrgrim12 | Inventor | 4 | 14-02-2003 11:42 |
| The need for File Maker Pro 5 Dev. Edition | archiver | 2000 | 1 | 23-06-2002 22:50 |
| Dashv2.ocx dependency file now available | archiver | 2000 | 0 | 23-06-2002 22:00 |
| Improving PBASIC: Request for Comments | Greg Ross | Programming | 19 | 16-02-2002 22:14 |