comparison src/DLD-FUNCTIONS/gcd.cc @ 7001:8b0cfeb06365

[project @ 2007-10-10 18:02:59 by jwe]
author jwe
date Wed, 10 Oct 2007 18:03:02 +0000
parents 4fb053f24fd6
children 93c65f2a5668
comparison
equal deleted inserted replaced
7000:e87f860624cc 7001:8b0cfeb06365
79 @tex\n\ 79 @tex\n\
80 $g = v_1 a_1 + v_2 a_2 + \\cdots$\n\ 80 $g = v_1 a_1 + v_2 a_2 + \\cdots$\n\
81 @end tex\n\ 81 @end tex\n\
82 @end iftex\n\ 82 @end iftex\n\
83 \n\ 83 \n\
84 For backward compatiability with previous versions of this function, when\n\ 84 For backward compatibility with previous versions of this function, when\n\
85 all arguments are scalr, a single return argument @var{v1} containing\n\ 85 all arguments are scalar, a single return argument @var{v1} containing\n\
86 all of the values of @var{v1}, @dots{} is acceptable.\n\ 86 all of the values of @var{v1}, @dots{} is acceptable.\n\
87 @seealso{lcm, min, max, ceil, floor}\n\ 87 @seealso{lcm, min, max, ceil, floor}\n\
88 @end deftypefn") 88 @end deftypefn")
89 { 89 {
90 octave_value_list retval; 90 octave_value_list retval;