r8_scale, a MATLAB library which computes the "next" and "previous" real numbers.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
r8_scale is available in a MATLAB version.
bvec, a MATLAB library which demonstrates how signed integers can be stored as binary vectors, and arithmetic can be performed on them.
machar, a MATLAB library which computes the appropriate values of machine constants for a given machine, by William Cody.
machine, a MATLAB library which stores the appropriate values of machine constants for a given machine.
r8lib, a MATLAB library which contains many utility routines using double precision real (r8) .
ubvec, a MATLAB library which demonstrates how unsigned binary vectors, strings of 0's and 1's, can represent nonnegative integers or subsets or other mathematical objects, for which various arithmetic and logical operations can be defined.