deterministic_float
deterministic_float copied to clipboard
fast soft float-point for deterministic computing,高性能、一致性计算的软件浮点数
abs() 函数截断了int64_t, 导致计算结果与实际不符
Just a question: if we limit the precision to 2 or 3 decimals, could it be a trade-off to improve performance?
- [x] overflow Test - [x] overflow OutPutlog - [x] Normalize Test - [x] Normalize OutPutLog
- [x] Sin - [x] Cos - [ ] Tan - [x] ASin - [x] ACos - [x] ATan