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 2d24cc3 commit e0542f5Copy full SHA for e0542f5
1 file changed
Sources/Numerix/Trigonometry.swift
@@ -8,13 +8,13 @@ import Accelerate
8
public protocol Trigonometry {
9
static func sin(_ a: Vector<Self>) -> Vector<Self>
10
static func sin(_ a: Matrix<Self>) -> Matrix<Self>
11
-
+
12
static func cos(_ a: Vector<Self>) -> Vector<Self>
13
static func cos(_ a: Matrix<Self>) -> Matrix<Self>
14
15
static func tan(_ a: Vector<Self>) -> Vector<Self>
16
static func tan(_ a: Matrix<Self>) -> Matrix<Self>
17
18
static func asin(_ a: Vector<Self>) -> Vector<Self>
19
static func acos(_ a: Vector<Self>) -> Vector<Self>
20
static func atan(_ a: Vector<Self>) -> Vector<Self>
0 commit comments