ans:=5.00 return 1.0/ans
It\'s returning 1.0000 instead of 0.2. And I\'ve tried
return float64(1)/float64(ans)