RoundQCF.m

RoundQCF(d,u,v) returns the "round" continued fraction expansion of (u+sqrt(d))/v.

You are now following this Submission

RoundQCF(d,u,v,quiet) returns the "round" continued fraction expansion of (u+sqrt(d))/v, where u and d are Gaussian integers and v is an ordinary positive integer. It also
returns the round rational convergents
as well as the coefficients u(k) and
v(k) of the recipricols of the remainders x(k) = (u(k)+sqrt(d))/v(k).

Cite As

David Terr (2026). RoundQCF.m (https://au.mathworks.com/matlabcentral/fileexchange/5525-roundqcf-m), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

I fixed the quiet option.