julia
6218ce3e - make `@fastmath exp` not overflow to small negatives

Commit
5 years ago
make `@fastmath exp` not overflow to small negatives This should be basically the same speed (since the integer and floating point happen in parallel), but much more usable since now `@fastmath exp(1000f0) actually turns to `Inf32` correctly).
Author
Parents
Loading