![]()  | 
  
    PandA-2024.02
    
   | 
 
#include <math.h>
Go to the source code of this file.
Macros | |
| #define | FP_TYPE double | 
| #define | ACOS(a) acos(a) | 
| #define | SQUARE(a) pow(a,2) | 
Functions | |
| FP_TYPE | awesome_math (FP_TYPE a, FP_TYPE b, FP_TYPE c) | 
| #define ACOS | ( | a | ) | acos(a) | 
Definition at line 8 of file module.c.
Referenced by awesome_math().
| #define SQUARE | ( | a | ) | pow(a,2) | 
Definition at line 17 of file module.c.
Referenced by awesome_math().
 1.8.13