diff scripts/general/nextpow2.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents 1231b1762a9a
children 1740012184f9
line wrap: on
line diff
--- a/scripts/general/nextpow2.m	Mon Jul 19 06:17:54 2010 +0300
+++ b/scripts/general/nextpow2.m	Sun Jul 18 20:35:16 2010 -0700
@@ -24,7 +24,7 @@
 ## $2^n \ge |x|$.
 ## @end tex
 ## @ifnottex
-## 2^n >= abs (x).
+## 2^n @geq{} abs (x).
 ## @end ifnottex
 ##
 ## If @var{x} is a vector, return @code{nextpow2 (length (@var{x}))}.