Go to file
jmgc 56393564c4 Add compatibility badges. 2023-04-23 19:33:22 +02:00
.swiftpm/xcode Update the package manager data. 2023-04-23 13:28:30 +02:00
Sources Update the header. 2023-04-23 19:30:08 +02:00
Tests Delete MPFRTests.swift 2021-01-28 06:51:29 +01:00
.gitignore Initial Commit 2021-01-15 20:02:35 +01:00
LICENSE.txt Added support for MPFR and Real protocol. 2021-01-25 23:20:48 +01:00
Package.resolved Update to the new version of SwiftNumeric 2022-01-11 17:59:32 +01:00
Package.swift Update to the new version of SwiftNumeric 2022-01-11 17:59:32 +01:00
README.md Add compatibility badges. 2023-04-23 19:33:22 +02:00

README.md

SwiftMP

Swift wrapper for the Mini-GMP and MPFR library.

It uses the Swift-numerics Real protocol for the MPFR type.

It uses the mini-gmp library to ensure that it can be compiled by the swift package manager.

Licensing

mini-gmp is under GNU license, see the Cmini-gmp package mpfr is under GNU license, see the Cmpfr package SwiftMP is under Apache license