Skip to content

Commit

Permalink
Cleanup (#119).
Browse files Browse the repository at this point in the history
- Fixed a broken link.
  • Loading branch information
oscbyspro committed Dec 10, 2023
1 parent bbda347 commit faf33ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Int256(5) % Int(5), UInt256(5) % UInt(5)
### Models

- [NBKFibonacciXL](Sources/NBKFlexibleWidthKit/Models/NBKFibonacciXL.swift)
- [UIntXL](Sources/NBKFlexibleWidthKit/Models/NBKFlexibleWidth.swift)
- [UIntXL](Sources/NBKFlexibleWidthKit/NBKFlexibleWidth.swift)

### Fibonacci

Expand All @@ -140,7 +140,7 @@ NBKFibonacciXL(5) // (index: 5, element: 5, next: 8)
It uses a fast double-and-add algorithm:

```swift
NBKFibonacciXL(10_000_000) // 2.3s on M1 MacBook Pro
NBKFibonacciXL(10_000_000) // 2.3s on MacBook Pro, 13-inch, M1, 2020
```

But you can also step through it manually:
Expand Down

0 comments on commit faf33ab

Please sign in to comment.