comparison scripts/deprecated/bitmax.m @ 20544:cd4a8b4631da

bitmax.m: Correct docstring to say function will be removed in version 4.6. * bitmax.m: Correct docstring to say function will be removed in version 4.6.
author Rik <rik@octave.org>
date Wed, 23 Sep 2015 02:45:54 -0700
parents 4bb41929286b
children
comparison
equal deleted inserted replaced
20543:df7d34a1c7e6 20544:cd4a8b4631da
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {@var{r} =} bitmax (@var{precision}) 20 ## @deftypefn {Function File} {@var{r} =} bitmax (@var{precision})
21 ## 21 ##
22 ## @code{bitmax} is deprecated and will be removed in Octave version 4.4. 22 ## @code{bitmax} is deprecated and will be removed in Octave version 4.6.
23 ## Use @code{flintmax (precision) - 1} for the equivalent functionality. 23 ## Use @code{flintmax (precision) - 1} for the equivalent functionality.
24 ## 24 ##
25 ## Return the largest integer @var{r} that can be represented within a 25 ## Return the largest integer @var{r} that can be represented within a
26 ## floating point value. 26 ## floating point value.
27 ## 27 ##