comparison doc/interpreter/arith.txi @ 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 34bb8d38f19f
children 0ce4a9cd6a7f
comparison
equal deleted inserted replaced
12264:9086df10c460 12265:98aa32814e3c
37 * Complex Arithmetic:: 37 * Complex Arithmetic::
38 * Trigonometry:: 38 * Trigonometry::
39 * Sums and Products:: 39 * Sums and Products::
40 * Utility Functions:: 40 * Utility Functions::
41 * Special Functions:: 41 * Special Functions::
42 * Rational Approximations::
42 * Coordinate Transformations:: 43 * Coordinate Transformations::
43 * Mathematical Constants:: 44 * Mathematical Constants::
44 @end menu 45 @end menu
45 46
46 @node Exponents and Logarithms 47 @node Exponents and Logarithms
277 @DOCSTRING(legendre) 278 @DOCSTRING(legendre)
278 279
279 @anchor{doc-gammaln} 280 @anchor{doc-gammaln}
280 @DOCSTRING(lgamma) 281 @DOCSTRING(lgamma)
281 282
283 @node Rational Approximations
284 @section Rational Approximations
285
286 @DOCSTRING(rat)
287
288 @DOCSTRING(rats)
289
282 @node Coordinate Transformations 290 @node Coordinate Transformations
283 @section Coordinate Transformations 291 @section Coordinate Transformations
284 292
285 @DOCSTRING(cart2pol) 293 @DOCSTRING(cart2pol)
286 294