libcrystfel 0.11.0
Loading...
Searching...
No Matches
Data Fields
Rational Struct Reference

#include <rational.h>

Data Fields

signed long long int num
 
signed long long int den
 

Detailed Description

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.


The documentation for this struct was generated from the following file: