We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98b9088 commit 9a726a7Copy full SHA for 9a726a7
Sources/QuaternionModule/Quaternion+AlgebraicField.swift renamed to Sources/QuaternionModule/Quaternion+SignedNumeric.swift
@@ -1,4 +1,4 @@
1
-//===--- Quaternion+AlgebraicField.swift ----------------------*- swift -*-===//
+//===--- Quaternion+SignedNumeric.swift -----------------------*- swift -*-===//
2
//
3
// This source file is part of the Swift Numerics open source project
4
@@ -9,9 +9,7 @@
9
10
//===----------------------------------------------------------------------===//
11
12
-import RealModule
13
-
14
-extension Quaternion: AlgebraicField {
+extension Quaternion: SignedNumeric {
15
/// The multiplicative identity, with real part one and *all* imaginary parts
16
/// zero, i.e.: `1 + 0i + 0j + 0k`
17
///
0 commit comments