breandan
07/26/2020, 7:13 PMIaroslav Postovalov
07/26/2020, 7:15 PMbreandan
07/26/2020, 7:15 PMbreandan
07/26/2020, 7:16 PMbreandan
07/26/2020, 7:20 PMUgi
07/26/2020, 7:24 PMbreandan
07/26/2020, 7:35 PMUgi
07/26/2020, 7:46 PMaltavir
07/26/2020, 7:56 PMbreandan
07/26/2020, 7:58 PMtoString()
matched the behavior of Python, e.g. valueOf(2.0) / valueOf(3.0) / valueOf(0.7)
should return 0.09523809523
instead of 1.0
(as it currently does in the stdlib)breandan
07/26/2020, 7:58 PMbreandan
07/26/2020, 8:02 PMUgi
07/26/2020, 8:04 PMUgi
07/26/2020, 8:41 PMAlso I think it does not make a lot of sense to have separate implementations. If one of those is better than the others, I propose to join forces.@altavir I agree, I'll look into possibilities of unifying efforts. Currently I'm a bit limited on time, and I have a hard requirement for native implementation (especially linux Arm64), so I'll keep slowly pushing on my implementation, but keep unifying the code in mind.
altavir
07/27/2020, 7:02 AM