diff scripts/general/rat.m @ 12265:98aa32814e3c release-3-4-x

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	Thu Jan 27 16:46:50 2011 -0500
+++ b/scripts/general/rat.m	Thu Jan 27 17:23:04 2011 -0500
@@ -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)