Avatar
Avatar
log5
@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())
swift52 BOT 1/7/2023 2:36 PM
12