util_double_to_fraction
Description:
public void util_double_to_fraction (
double src,
int dest_n,
int dest_d)
Transforms a double to a fraction and simplifies the result.
Parameters:
| src |
double to transform |
| dest_n |
pointer to a int to hold the result numerator |
| dest_d |
pointer to a int to hold the result denominator |