Fixedpoint >> Fixed Point Type
Fixed Point Operators
 + - = Addition/subtraction in a fixed point algebra.
 * / \ = Multiplication/division in fixed point (Division for scalars only).
 .* ./ .\ = Element by element multiplication/division of fixed point arrays.
 ** ^ =  Matrix exponentiation of fixed point arrays.
 .** .^ = Element by element matrix exponentiation of fixed point arrays.
 ' .' = Matrix transpose of fixed point arrays.
 == ~= != > >= < <= = Logical operators on fixed point arrays.
Fixed Point Variables
 fixed_point_warn_overflow = If non-zero warn of fixed point overflows
 fixed_point_debug = If non-zero keep a copy of fixed point value for gdb
 fixed_point_count_operations = If non-zero count number of fixed point operations
 fixed_point_version = The version number of the fixed point code
 fixed_point_library_version = The version number of the fixed point library
Fixed Point Utility Functions
 concat
 create_lookup_table
 display_fixed_operations
 fdiag
 fixed
 fixedpoint
 float
 freshape
 fsort
 isfixed
 length = The lenth of a fixed point vector
 lookup_table
 reset_fixed_operations
 size = The size of a fixed point array
 all = True if all elements of fixed array are non-zero.
 any = True if any element of fixed array are non-zero.
Fixed Point Functions
 fabs
 fangle
 farg
 fatan2
 fceil
 fconj
 fcosh
 fcos
 fcumprod
 fcumsum
 fexp
 ffloor
 fimag
 flog10
 flog
 fprod
 freal
 fround
 fsinh
 fsin
 fsqrt
 fsum
 fsumsq
 ftanh
 ftan
