DIGITS_GET Name
DIGITS_GET Purpose
Get digits in a number.
Category
Calling Sequence
d = digits_get(num) Inputs
num = Number to split. in
Keyword Parameters
Keywords
NDIGITS=n Number of digits in number.
To get leading zeros. Default is non-zero digits.
Outputs
d = array of digits (bytes). out
Common Blocks
Notes
Modification History
R. Sterner, 2003 Mar 13
Copyright (C) 2003, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.