I need to use a large number for accuracy in my application, float or double is not enough. I also have int and float numbers, and I have to do operations with all of them.
I think NSDecimalNumber is good for the accuracy I need, but I would like to do operations with other types of numbers, and this is a complex formula. Therefore, I do not consider it appropriate to use this class to execute complex formulas (it is too difficult to use the functions decimalWith ... or decimalBy ...) when you have a lot of things.
Does anyone know what to use to easily manipulate large numbers and perform operations with them with different types (float, decimal, int)?
Thanks.
source share