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 b24b71a commit c0b4911Copy full SHA for c0b4911
Sources/BaseKit/Geometry/Real.swift
@@ -3,7 +3,7 @@ import Foundation
3
/// A cross platform type that's the same size
4
public typealias Real = Double
5
6
-extension Real {
+public extension Real {
7
var sign: Int {
8
self < 0.0 ? -1 : 1
9
}
0 commit comments