Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Have you resolved it? I have the same problem
Strange with Swift.
Tests with very large numbers do not pass. In Xcode, for example, the number 35875699062250035 outputs as false. Moreover, if I do print, then the last received number, which is raised to a power, differs by 2 digits - 35875699062250037
Does anyone know what the problem is?
This comment is hidden because it contains spoiler information about the solution
Thanks for reply!
My Xcode version: Apple Swift version 5.8.1
I think it must work on higner version of Swift
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Solution is working in Xcode, but it doesn't working here. Issue with tests
Fatal error: Can't form Range with upperBound < lowerBound: file Swift/ClosedRange.swift, line 335
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution