diff scripts/specfun/pow2.m @ 9141:c1fff751b5a8

Update section 17.1 (Utility Functions) of arith.txi Split section into "Exponents and Logarithms" and "Utility Functions" Use Tex in many more of the doc strings for pretty printing in pdf format.
author Rik <rdrider0-list@yahoo.com>
date Mon, 20 Apr 2009 17:16:09 -0700
parents eb63fbe60fab
children 1231b1762a9a
line wrap: on
line diff
--- a/scripts/specfun/pow2.m
+++ b/scripts/specfun/pow2.m
@@ -29,7 +29,9 @@
 ## @ifnottex
 ##  2 .^ x
 ## @end ifnottex
-## for each element of @var{x}.  With two arguments, returns
+## for each element of @var{x}.
+##
+## With two arguments, returns
 ## @iftex
 ## @tex
 ##  $f \cdot 2^e$.
@@ -38,7 +40,7 @@
 ## @ifnottex
 ##  f .* (2 .^ e).
 ## @end ifnottex
-## @seealso{nextpow2}
+## @seealso{log2, nextpow2}
 ## @end deftypefn
 
 ## Author: AW <Andreas.Weingessel@ci.tuwien.ac.at>