diff scripts/general/rat.m @ 12185:862a8e490445

doc fix for rational approximation functions
author John W. Eaton <jwe@octave.org>
date Thu, 27 Jan 2011 17:23:04 -0500
parents b0084095098e
children 9e7ebbaf69ff
line wrap: on
line diff
--- a/scripts/general/rat.m
+++ b/scripts/general/rat.m
@@ -33,8 +33,8 @@
 ##
 ## Called with two arguments returns the numerator and denominator separately
 ## as two matrices.
+## @seealso{rats}
 ## @end deftypefn
-## @seealso{rats}
 
 function [n,d] = rat(x,tol)