Naive node.js faster than naive LDC2?

kinke noone at nowhere.com
Sat Aug 22 21:58:28 UTC 2020


On Saturday, 22 August 2020 at 19:34:42 UTC, Avrina wrote:
> Cos, sin, tan, asin, acos, atan, etc.. There's still more, 
> putting in the actual work that std.math needs is going to take 
> more than 10 mins.

These functions are a lot more involved indeed; I've taken care 
of a few of these some years ago, porting from the Cephes C 
library, see https://github.com/dlang/phobos/pull/6272. The main 
difficulty is the need to support 4 floating-point formats - 
single, double, x87 extended and quadruple precision.


More information about the Digitalmars-d mailing list