> 个人认为toUint64这个底层方法不应该支持字符串float转uint64, 如果需要将字符串float转换为uint64应该使用Float64方法`uint64(conv.MustFloat64("11.12"))`,或者再包装一个高级方法,这里应该仅支持基础的转换,不应该有额外的开销 > > <img width="1710" height="1258" alt="Image" src="https://github.com/user-attachments/assets/294ed48a-f302-428d-a6af-8a40e87dbaf6" /> _Originally posted by @fffailed in [#4](https://github.com/issue9/conv/issues/4#issuecomment-3709712974)_