INT_LOW Name
INT_LOW Purpose
Drop an integer data type to the lowest precision.
Category
Calling Sequence
out = int_low(in) Inputs
in = Input value or array (must be integer). in
Keyword Parameters
Keywords
TYPE=v Value to use to determine precision.
Will set the output precision to the lowest
possible that will hold max(v). If TYPE=v is
not given then max(in) is used.
Outputs
out = Returned value or array. out
Common Blocks
Notes
Modification History
R. Sterner, 1999 Jun 30
Copyright (C) 1999, 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.