Skip to content

Commit

Permalink
Version 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Aug 17, 2023
1 parent 235144e commit 1037a26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
| Package | Swift | iOS | iPadOS | Mac Catalyst | macOS | tvOS | watchOS |
|:-------:|:-----:|:----:|:------:|:------------:|:-----:|:----:|:-------:|
| 0.9.0 | 5.7 | 16.4 | 16.4 | 16.4 | 13.3 | 16.4 | 9.4 |
| 0.8.0 | 5.8 | 16.4 | 16.4 | 16.4 | 13.3 | 16.4 | 9.4 |

## NBKCoreKit ([Sources][COR/S], [Tests][COR/T], [Benchmarks][COR/B])

Expand Down
6 changes: 3 additions & 3 deletions Sources/NBKCoreKit/Private/NBK+Text+RadixUIntRoot.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extension NBK {
// MARK: * Perfect
//*========================================================================*

/// A ``RadixUIntRoot`` with a power that is zero.
/// A `RadixUIntRoot` with a power that is zero.
@frozen public struct PerfectRadixUIntRoot: _NBKRadixUIntRoot {

//=--------------------------------------------------------------------=
Expand Down Expand Up @@ -127,7 +127,7 @@ extension NBK {
// MARK: * NBK x Imperfect
//*========================================================================*

/// A ``RadixUIntRoot`` with a power that is non-zero.
/// A `RadixUIntRoot` with a power that is non-zero.
@frozen public struct ImperfectRadixUIntRoot: _NBKRadixUIntRoot {

//=--------------------------------------------------------------------=
Expand Down Expand Up @@ -176,7 +176,7 @@ extension NBK {
// MARK: * Any
//*========================================================================*

/// A ``RadixUIntRoot`` with a power that may be zero.
/// A `RadixUIntRoot` with a power that may be zero.
@frozen public struct AnyRadixUIntRoot: _NBKRadixUIntRoot {

@usableFromInline typealias Solution = (exponent: UInt, power: UInt)
Expand Down

0 comments on commit 1037a26

Please sign in to comment.