I'm trying to get the decimals in simple division but is always returning zero:
(lldb) po Double(20 / 100)
0.0
(lldb) po Float(20 / 100)
0.0
Any of you knows why is returning zero? or there is a way to get the of 0.20
?
I'll really appreciate your help