swift-numerics
swift-numerics copied to clipboard
Advanced mathematical types and functions for Swift
``` ** Running swift format lint... Sources/ComplexModule/Complex+AlgebraicField.swift:61:11: warning: [IdentifiersMustBeASCII] remove non-ASCII characters from 'wʹ': ʹ Sources/ComplexModule/Complex+AlgebraicField.swift:62:11: warning: [IdentifiersMustBeASCII] remove non-ASCII characters from 'zʹ': ʹ Sources/ComplexModule/Complex+AlgebraicField.swift:114:9: warning: [IdentifiersMustBeASCII] remove non-ASCII characters...
``` Run curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/check-license-header.sh | bash curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/check-license-header.sh | bash shell: /usr/bin/bash -e {0} env: PROJECT_NAME: Swift Numerics --- Expected header +++ Package.swift @@ -1,13 +1,13 @@ -//===----------------------------------------------------------------------===//...