libcrystfel 0.11.1
|
#include <rational.h>
Data Fields | |
signed long long int | num |
signed long long int | den |
The Rational is an opaque-ish data structure representing a rational number.
"Opaque-ish" means that the structure isn't technically opaque, allowing you to assign and allocate them easily. But you shouldn't look at or set its contents, except by using the accessor functions.