comparison doc/interpreter/arith.txi @ 11532:34bb8d38f19f

Add undocumented function cbrt to documentation.
author Rik <octave@nomad.inbox5.com>
date Fri, 14 Jan 2011 14:05:15 -0800
parents f98f925d8e5c
children 862a8e490445
comparison
equal deleted inserted replaced
11531:f976dd63129c 11532:34bb8d38f19f
50 50
51 @DOCSTRING(expm1) 51 @DOCSTRING(expm1)
52 52
53 @DOCSTRING(log) 53 @DOCSTRING(log)
54 54
55 @DOCSTRING(reallog)
56
55 @DOCSTRING(log1p) 57 @DOCSTRING(log1p)
56 58
57 @DOCSTRING(log10) 59 @DOCSTRING(log10)
58 60
59 @DOCSTRING(log2) 61 @DOCSTRING(log2)
60 62
63 @DOCSTRING(pow2)
64
61 @DOCSTRING(nextpow2) 65 @DOCSTRING(nextpow2)
62 66
67 @DOCSTRING(realpow)
68
69 @DOCSTRING(sqrt)
70
71 @DOCSTRING(realsqrt)
72
73 @DOCSTRING(cbrt)
74
63 @DOCSTRING(nthroot) 75 @DOCSTRING(nthroot)
64
65 @DOCSTRING(pow2)
66
67 @DOCSTRING(reallog)
68
69 @DOCSTRING(realpow)
70
71 @DOCSTRING(realsqrt)
72
73 @DOCSTRING(sqrt)
74 76
75 @node Complex Arithmetic 77 @node Complex Arithmetic
76 @section Complex Arithmetic 78 @section Complex Arithmetic
77 79
78 In the descriptions of the following functions, 80 In the descriptions of the following functions,