diff --git a/css/jazzy.css b/css/jazzy.css index e9d3977..cefcc86 100644 --- a/css/jazzy.css +++ b/css/jazzy.css @@ -242,7 +242,7 @@ article { color: #666666; font-weight: 500; font-size: 12px; - letter-spacing: 0.2em; + letter-spacing: 0.1em; text-transform: uppercase; user-select: none; -moz-user-select: none; @@ -314,7 +314,7 @@ article { color: #aaa; font-weight: 500; font-size: 12px; - letter-spacing: 0.2em; + letter-spacing: 0.1em; text-transform: uppercase; user-select: none; -moz-user-select: none; diff --git a/docsets/NumericAnnex.docset/Contents/Resources/Documents/css/jazzy.css b/docsets/NumericAnnex.docset/Contents/Resources/Documents/css/jazzy.css index e9d3977..cefcc86 100644 --- a/docsets/NumericAnnex.docset/Contents/Resources/Documents/css/jazzy.css +++ b/docsets/NumericAnnex.docset/Contents/Resources/Documents/css/jazzy.css @@ -242,7 +242,7 @@ article { color: #666666; font-weight: 500; font-size: 12px; - letter-spacing: 0.2em; + letter-spacing: 0.1em; text-transform: uppercase; user-select: none; -moz-user-select: none; @@ -314,7 +314,7 @@ article { color: #aaa; font-weight: 500; font-size: 12px; - letter-spacing: 0.2em; + letter-spacing: 0.1em; text-transform: uppercase; user-select: none; -moz-user-select: none; diff --git a/docsets/NumericAnnex.docset/Contents/Resources/Documents/index.html b/docsets/NumericAnnex.docset/Contents/Resources/Documents/index.html index 8a9c069..5e13adf 100644 --- a/docsets/NumericAnnex.docset/Contents/Resources/Documents/index.html +++ b/docsets/NumericAnnex.docset/Contents/Resources/Documents/index.html @@ -160,14 +160,13 @@ production-ready at this time.
NumericAnnex now requires Xcode 9 beta 5 or a recent development snapshot of Swift 4.0 that includes the revised numeric protocols.
-It requires either Darwin.C
(macOS) or Glibc
(Linux) for transcendental
-functions provided by the C standard library and either Security
(macOS) or
-Glibc
(Linux) for cryptographically secure random bytes.
On Apple platforms, it requires the Security framework for cryptographically +secure random bytes.
After NumericAnnex has been cloned or downloaded locally, build the library with
-the command swift build
(macOS) or swift build -Xcc -D_GNU_SOURCE
(Linux).
-Tests can be run with the command swift test
(macOS) or
+
After NumericAnnex has been cloned or downloaded locally, build the library
+using the command swift build
(macOS) or swift build -Xcc -D_GNU_SOURCE
+(Linux). Run tests with the command swift test
(macOS) or
swift test -Xcc -D_GNU_SOURCE
(Linux). An Xcode project can be generated with
the command swift package generate-xcodeproj
.
Complex128.cbrt(-8) != -2
).
PRNG
BigInt
PRNG
NumericAnnex now requires Xcode 9 beta 5 or a recent development snapshot of Swift 4.0 that includes the revised numeric protocols.
-It requires either Darwin.C
(macOS) or Glibc
(Linux) for transcendental
-functions provided by the C standard library and either Security
(macOS) or
-Glibc
(Linux) for cryptographically secure random bytes.
On Apple platforms, it requires the Security framework for cryptographically +secure random bytes.
After NumericAnnex has been cloned or downloaded locally, build the library with
-the command swift build
(macOS) or swift build -Xcc -D_GNU_SOURCE
(Linux).
-Tests can be run with the command swift test
(macOS) or
+
After NumericAnnex has been cloned or downloaded locally, build the library
+using the command swift build
(macOS) or swift build -Xcc -D_GNU_SOURCE
+(Linux). Run tests with the command swift test
(macOS) or
swift test -Xcc -D_GNU_SOURCE
(Linux). An Xcode project can be generated with
the command swift package generate-xcodeproj
.
Complex128.cbrt(-8) != -2
).
PRNG
BigInt
PRNG