Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 813 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 813 Bytes

mulprectest

Python Library

Description

mulprectest is a Python library for students which learn how to implement multiple precision in Clang. It's designed to make it's easy to test a multiple precision.

Requirements

Supports: Python 3.x

Library Dependency:

Usage

Basic examples are available at ./examples

How to Install

$ pip install git+https://github.com/yu1hpa/mulprectest

You may be able to use pip3 if you can't install with pip

Licence

MIT

Author

yu1hpa