autoload ("isfixed", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fabs", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fcos", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fcosh", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fsin", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fsinh", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("ftan", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("ftanh", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fsqrt", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fexp", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("flog", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("flog10", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fround", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("ffloor", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fceil", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fprod", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fsum", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fsumsq", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fcumsum", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fcumprod", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("display_fixed_operations", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("reset_fixed_operations", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("freshape", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fdiag", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fatan2", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("freal", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fimag", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fconj", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("farg", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fangle", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fixed_point_warn_overflow", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fixed_point_debug", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fixed_point_count_operations", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fixed_point_version", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
autoload ("fixed_point_library_version", fullfile (fileparts (mfilename ("fullpath")), "fixed.oct"));
