comparison scripts/strings/base2dec.m @ 9036:58604c45ca74

Cleanup of data types related documentation Files: data.texi, numbers.texi, strings.texi, container.texi Use two spaces after a period for increased readibility in Info browser Spellcheck
author Rik <rdrider0-list@yahoo.com>
date Sat, 21 Mar 2009 15:52:41 -0700
parents eb63fbe60fab
children 1bf0ce0930be
comparison
equal deleted inserted replaced
9035:57649dcecb55 9036:58604c45ca74
30 ## row of @var{s}. If a row contains invalid symbols then the 30 ## row of @var{s}. If a row contains invalid symbols then the
31 ## corresponding value will be NaN. Rows are right-justified before 31 ## corresponding value will be NaN. Rows are right-justified before
32 ## converting so that trailing spaces are ignored. 32 ## converting so that trailing spaces are ignored.
33 ## 33 ##
34 ## If @var{b} is a string, the characters of @var{b} are used as the 34 ## If @var{b} is a string, the characters of @var{b} are used as the
35 ## symbols for the digits of @var{s}. Space (' ') may not be used as a 35 ## symbols for the digits of @var{s}. Space (' ') may not be used as a
36 ## symbol. 36 ## symbol.
37 ## 37 ##
38 ## @example 38 ## @example
39 ## base2dec ("yyyzx", "xyz") 39 ## base2dec ("yyyzx", "xyz")
40 ## @result{} 123 40 ## @result{} 123