Giter Club home page Giter Club logo

tinybigintswift's Introduction

TinyBigInt

Language License Platform

Build Status Code Coverage Version

A Big Ints library written in pure Swift 4.

This project provides integer types of arbitrary width implemented in 100% pure Swift.

Now only one integer type is included - BigUInt. It is the Swift struct with copy-on-write value semantics, and it can be used much like any other integer type.

The library provides implementations for the most useful functions on big integers, including:

The library needs to be 100% unit test coveraged.

TinyBigInt can be used, distributed and modified under the MIT license.

TinyBigInt 1.0.0 requires Swift 4.

BigInt deploys to macOS 10.10, iOS 9, watchOS 2 and tvOS 9.

Setup instructions:

  • Swift Package Manager: Although the Package Manager is still in its infancy, BigInt provides experimental support for it. Add this to the dependency section of your Package.swift manifest:

    .Package(url: "https://github.com/matterinc/TinyBigInt.git", from: "1.0.0")
  • CocoaPods: Put this in your Podfile:

    pod 'TinyBigInt', '~> 1.0'

tinybigintswift's People

Contributors

baldyash avatar fesenkog avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

tinybigintswift's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.