comparison scripts/strings/bin2dec.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents 16f53d29049f
children 7e8ce65f73cf
comparison
equal deleted inserted replaced
10820:c44c786f87ba 10821:693e22af08ae
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} bin2dec (@var{s}) 21 ## @deftypefn {Function File} {} bin2dec (@var{s})
22 ## Return the decimal number corresponding to the binary number stored 22 ## Return the decimal number corresponding to the binary number stored
23 ## in the string @var{s}. For example, 23 ## in the string @var{s}. For example:
24 ## 24 ##
25 ## @example 25 ## @example
26 ## @group 26 ## @group
27 ## bin2dec ("1110") 27 ## bin2dec ("1110")
28 ## @result{} 14 28 ## @result{} 14