Hi you guys, do you know how to convert big.Float to big.Int, I have 
searched with google and searched in this group, but don't found valuable 
info.

In stackoverflow I got an answer 
https://stackoverflow.com/questions/47545898/golang-convert-big-float-to-big-int
 
, but it's use big.Float --> float64 --> big.Int, which means it 
have precision lost in big.Float --> float64 convert, I want convert 
big.Float direct to big.Int. 

Thank you for your help!

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to