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 aa90164 commit b3fe435Copy full SHA for b3fe435
Sources/RealModule/Real.swift
@@ -41,7 +41,7 @@ extension Real {
41
42
/// cos(x) - 1, computed in such a way as to maintain accuracy for small x.
43
///
44
- /// See also ``ElementaryFunctions.expMinusOne()``.
+ /// See also ``ElementaryFunctions/expMinusOne()``.
45
@_transparent
46
public static func cosMinusOne(_ x: Self) -> Self {
47
let sinxOver2 = sin(x/2)
0 commit comments