Open cqcallaw opened 8 years ago
newt is not intended to be a systems language, neither is high performance a primary goal. Avoiding overflow and rounding issues may be well worth the decreased performance in this context
A potentially useful resource: http://ericlippert.com/2015/11/30/the-dedoublifier-part-one/, particularly part 2
Another potentially useful resource: https://gmplib.org/
newt is not intended to be a systems language, neither is high performance a primary goal. Avoiding overflow and rounding issues may be well worth the decreased performance in this context