This repository contains the MATLAB source code for reproducing the results in [Sec. 4, 1] and [Sec. 5, 1].
The scripts rely on the CPFloat library for implementing custom-precision arithmetics and therefore it should be downloaded and placed on the MATLAB search path. These experiments were developed and run on MATLAB version 2022b_beta on the Apple M1 Pro.
[1] M. Mikaitis. Monotonicity of Multi-Term Floating-Point Adders. arXiv:2304.01407 [cs.MS]. Apr. 2023.
This software is distributed under the terms of the 2-clause BSD software license (see LICENSE).
The CPFloat C library is distributed under the GNU Lesser General Public License, Version 2.1 or later.