comparison doc/interpreter/io.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 fd0a3ac60b0e
children f2c080bbd8a5
comparison
equal deleted inserted replaced
12264:9086df10c460 12265:98aa32814e3c
37 37
38 @menu 38 @menu
39 * Terminal Output:: 39 * Terminal Output::
40 * Terminal Input:: 40 * Terminal Input::
41 * Simple File I/O:: 41 * Simple File I/O::
42 * Rational Approximations::
43 @end menu 42 @end menu
44 43
45 @node Terminal Output 44 @node Terminal Output
46 @subsection Terminal Output 45 @subsection Terminal Output
47 46
248 @DOCSTRING(octave_core_file_options) 247 @DOCSTRING(octave_core_file_options)
249 248
250 @DOCSTRING(octave_core_file_limit) 249 @DOCSTRING(octave_core_file_limit)
251 250
252 @DOCSTRING(octave_core_file_name) 251 @DOCSTRING(octave_core_file_name)
253
254 @node Rational Approximations
255 @subsection Rational Approximations
256
257 @DOCSTRING(rat)
258
259 @DOCSTRING(rats)
260 252
261 @node C-Style I/O Functions 253 @node C-Style I/O Functions
262 @section C-Style I/O Functions 254 @section C-Style I/O Functions
263 255
264 Octave's C-style input and output functions provide most of the 256 Octave's C-style input and output functions provide most of the