#include <gr_fxpt.h>
fixed pt radians --------- -------- -2**31 -pi 0 0 2**31-1 pi - epsilon
Static Public Member Functions | |
gr_int32 | float_to_fixed (float x) |
float | fixed_to_float (gr_int32 x) |
float | sin (gr_int32 x) |
Given a fixed point angle x, return float sine (x). | |
float | cos (gr_int32 x) |
|
|
|
|
|
|
|
Given a fixed point angle x, return float sine (x).
|