#include <utilities/ascConfig.h>
Include dependency graph for fractions.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | fraction |
Defines | |
| #define | FRACPART short |
| #define | FRACMAX SHRT_MAX |
| #define | Numerator(f) ((f).numerator) |
| #define | Denominator(f) ((f).denominator) |
Functions | |
| ASC_DLLSPEC struct fraction | CreateFraction (short n, short d) |
| fraction | Simplify (struct fraction f) |
| fraction | AddF (struct fraction f1, struct fraction f2) |
| fraction | SubF (struct fraction f1, struct fraction f2) |
| fraction | MultF (struct fraction f1, struct fraction f2) |
| fraction | DivF (struct fraction f1, struct fraction f2) |
| int | CmpF (struct fraction f1, struct fraction f2) |
| fraction | NegateF (struct fraction f) |
1.5.1