Avatar
今日のABCで勉強になりました...
2:36 PM
@swift-5.7.3 @swift-5.2.5 import Foundation extension Int { func cbrt() -> Int { Int(SwiftGlibc.pow(Double(self), 1 / 3)) } func pow(fakeSignature: Void) {} } print(2023.cbrt())