Thanks for the responses. It turns out that in the IOS version the "float"
function is implemented and works as expected- it's just not documented in the
help file.
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group
Hey guys,
I'm new to Go - through the Ivy app on IOS- so I have a newbie question.
What's the easiest way to cast or convert a rational number to its floating
point representation?
EG, looking for something like this:
*float 355/113*3.14159292035
I could do something inelegant like
*floor