7 lines
96 B
C
7 lines
96 B
C
#ifndef MATHEMATICS_H
|
|
#define MATHEMATICS_H
|
|
|
|
#include "rational.h"
|
|
|
|
|
|
#endif /* MATHEMATICS_H */
|