comparison scripts/strings/dec2hex.m @ 11587:c792872f8942

all script files: untabify and strip trailing whitespace
author John W. Eaton <jwe@octave.org>
date Thu, 20 Jan 2011 17:35:29 -0500
parents fd0a3ac60b0e
children f7cb824dc8c0
comparison
equal deleted inserted replaced
11586:12df7854fa7c 11587:c792872f8942
16 ## along with Octave; see the file COPYING. If not, see 16 ## along with Octave; see the file COPYING. If not, see
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} dec2hex (@var{d}, @var{len}) 20 ## @deftypefn {Function File} {} dec2hex (@var{d}, @var{len})
21 ## Return the hexadecimal string corresponding to the non-negative 21 ## Return the hexadecimal string corresponding to the non-negative
22 ## integer @var{d}. For example: 22 ## integer @var{d}. For example:
23 ## 23 ##
24 ## @example 24 ## @example
25 ## @group 25 ## @group
26 ## dec2hex (2748) 26 ## dec2hex (2748)