Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# BIG

[![Go Reference](https://pkg.go.dev/badge/github.com/sdcoffey/big.svg)](https://pkg.go.dev/github.com/sdcoffey/big) [![Go Report Card](https://goreportcard.com/badge/github.com/sdcoffey/big)](https://goreportcard.com/report/github.com/sdcoffey/big)

Big is a simple, immuatable wrapper around golang's built-in `*big.Float` type desinged to offer a more user-friendly API and immutability guarantees at the cost of some runtime performance.

### Example
Expand Down