Closed MelnikovIG closed 5 years ago
Which one i should use for calculations? Double or Float? Which one is used on server side?
Server uses 64-bit floats
@kuviman Thanks, so server use https://en.wikipedia.org/wiki/Double-precision_floating-point_format For Java and C# developers it will be double type. Is it correct?
double
@MelnikovIG Yes
Which one i should use for calculations? Double or Float? Which one is used on server side?