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 b16dee7 commit ab8f2b7Copy full SHA for ab8f2b7
Sources/QuaternionModule/Quaternion.swift
@@ -396,9 +396,6 @@ extension Quaternion where RealType: BinaryFloatingPoint {
396
extension Quaternion: Hashable {
397
/// Returns a Boolean value indicating whether two values are equal.
398
///
399
- /// Equality is the inverse of inequality. For any values *a* and *b*,
400
- /// `a == b` implies that `a != b` is `false`.
401
- ///
402
/// - Important:
403
/// Quaternions are frequently used to represent 3D transformations. It's
404
/// important to be aware that, when used this way, any quaternion and its
0 commit comments