https://github.com/libtom/libtompoly
https://github.com/libtom/libtompoly
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/libtom/libtompoly
- Owner: libtom
- License: other
- Created: 2010-10-19T18:11:41.000Z (over 15 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-07T15:23:27.000Z (over 3 years ago)
- Last Synced: 2025-04-28T22:41:56.212Z (about 1 year ago)
- Language: C
- Homepage: http://www.libtom.net
- Size: 632 KB
- Stars: 38
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE
Awesome Lists containing this project
README
libtompoly
==========
Chapter 1.1 taken from pb.pdf
What is LibTomPoly?
-------------------
LibTomPoly is a public domain open source library to provide polynomial basis
arithmetic. It uses the public domain library LibTomMath (not included)
for the integer arithmetic and extends the functonality to provide polynomial
arithmetic.