Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
print(500 / 1000) -> 0 print(Double(500 / 1000)) -> 0.0 print(500 / Double(1000)) -> 0.5
- Loading branch information
print(500 / 1000) -> 0 print(Double(500 / 1000)) -> 0.0 print(500 / Double(1000)) -> 0.5