Re: [numbers] Complex Float Support

2022-06-24 Thread Gilles Sadowski
Hello. Le jeu. 23 juin 2022 à 21:27, Sumanth Rajkumar a écrit : > > Hi, > > As part of NUMBERS-187 (Enhanced Support for complex numbers), should we > add support for float types? I'd say no. At least, any computation should be done with "double" precision. Converting from/to "float" would only

[numbers] Complex Float Support

2022-06-23 Thread Sumanth Rajkumar
Hi, As part of NUMBERS-187 (Enhanced Support for complex numbers), should we add support for float types? If yes, for operations on float types, can we reuse functions (part of NUMBERS-188) that operate on double types and use Java float-double widening and narrowing conversions? https://docs.or