cpfloat icon indicating copy to clipboard operation
cpfloat copied to clipboard

Custom-Precision Floating-point numbers.

Results 3 cpfloat issues
Sort by recently updated
recently updated
newest added

At present a test in ctest is failing, while matlab/octave tests pass.

The variable declared on https://github.com/north-numerical-computing/cpfloat/blob/3a489205095beb234629d61d13648ca8495ae296/mex/cpfloat.c#L199 is not holding the maximum number of bits but the value of the maximum exponent. This and the upcoming minebits may need better names.

This is not an issue in the code but more on the documentation side. I am putting it here so that we don't forget to address it at some point....