34 |
#ifndef ASC_FRACTIONS_H |
#ifndef ASC_FRACTIONS_H |
35 |
#define ASC_FRACTIONS_H |
#define ASC_FRACTIONS_H |
36 |
|
|
37 |
|
/** addtogroup compiler Compiler |
38 |
|
@{ |
39 |
|
*/ |
40 |
|
|
41 |
/** The type of a fraction numerator or denominator. */ |
/** The type of a fraction numerator or denominator. */ |
42 |
#define FRACPART short |
#define FRACPART short |
43 |
/** The maximum FRACPART value. */ |
/** The maximum FRACPART value. */ |
101 |
* Returned fraction equal -f. |
* Returned fraction equal -f. |
102 |
*/ |
*/ |
103 |
|
|
104 |
|
/* @} */ |
105 |
|
|
106 |
#endif /* ASC_FRACTIONS_H */ |
#endif /* ASC_FRACTIONS_H */ |
107 |
|
|