Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Jan 29, 2023
1 parent 5c68cca commit a0bd780
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Large number arithmetic in Swift.
|:-----:|:-----:|:------:|:------------:|:-----:|:-----:|:-------:|
| 5.7 | 13.0 | 13.0 | 13.0 | 10.15 | 13.0 | 6.0 |

[![Supported Language Version Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Foscbyspro%2FAwesomeNumbersKit%2Fbadge%3Ftype%3Dswift-versions&color=blue)](https://swiftpackageindex.com/oscbyspro/AwesomeNumbersKit) [![Supported Platforms Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Foscbyspro%2FAwesomeNumbersKit%2Fbadge%3Ftype%3Dplatforms&color=blue)](https://swiftpackageindex.com/oscbyspro/AwesomeNumbersKit)

## ANKFullWidth ([Sources](Sources/ANKFullWidthKit), [Tests](Tests/ANKFullWidthKitTests), [Benchmarks](Tests/ANKFullWidthKitBenchmarks))

A composable, large, fixed-width, two's complement, binary integer.
Expand Down Expand Up @@ -58,3 +56,7 @@ A decorative, width agnostic, sign-and-magnitude, numeric integer.
<td>Fast Digit Arithmetic</td>
</tr>
</table>

---

[![Supported Swift Language Version Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Foscbyspro%2FAwesomeNumbersKit%2Fbadge%3Ftype%3Dswift-versions&color=blue)](https://swiftpackageindex.com/oscbyspro/AwesomeNumbersKit) [![Supported Platforms Badge](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Foscbyspro%2FAwesomeNumbersKit%2Fbadge%3Ftype%3Dplatforms&color=blue)](https://swiftpackageindex.com/oscbyspro/AwesomeNumbersKit)

0 comments on commit a0bd780

Please sign in to comment.