rational numbers
More...
Go to the source code of this file.
Data Structures
rational number numerator/denominator
More...
Functions
Convert rational to double.
int
av_reduce (int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max)
Divide one rational by another.
Subtract one rational from another.
Convert a double precision floating point number to a rational.
Find the nearest value in q_list to q.
Detailed Description