time-to-botec/wip/nim/hardcore
NunoSempere 1ebc3ce7b9 move hardcore defs to a different folder, use stdlib math
Makes this way faster. Don't roll your stdlib, Nuño
2023-05-21 01:29:57 -04:00
..
makefile move hardcore defs to a different folder, use stdlib math 2023-05-21 01:29:57 -04:00
README.md move hardcore defs to a different folder, use stdlib math 2023-05-21 01:29:57 -04:00
samples move hardcore defs to a different folder, use stdlib math 2023-05-21 01:29:57 -04:00
samples.nim move hardcore defs to a different folder, use stdlib math 2023-05-21 01:29:57 -04:00

This is a version of time-to-botec for nim for which I define logarithms, normals & lognormals pretty much from scratch, without relying on libraries except for random numbers, sqrts, or taking a to the power of b.

This is interesting because it leads to better understanding. But it doesn't help compare the efficiency of various languages. So I'm setting it aside for now, even though I think it was really interesting.