packages feed

accelerate-bignum-0.2.0.0: README.md

Big-number arithmetic for Accelerate
====================================

[![Build Status](https://travis-ci.org/tmcdonell/accelerate-bignum.svg)](https://travis-ci.org/tmcdonell/accelerate-bignum)
[![Hackage](https://img.shields.io/hackage/v/accelerate-bignum.svg)](https://hackage.haskell.org/package/accelerate-bignum)

This package provides fixed-length large integer types and arithmetic operations
for Accelerate. Signed and unsigned 96, 128, 160, 192, 224, 256, and 512-bit
types are predefined.

For details on Accelerate refer to the [main repository](https://github.com/AccelerateHS/accelerate).