https://github.com/denisrosset/cyclo
Cyclotomic numbers for Scala, add-on for the Spire library
https://github.com/denisrosset/cyclo
algebra cyclotomic-numbers exact-algorithm scala spire-library
Last synced: 2 months ago
JSON representation
Cyclotomic numbers for Scala, add-on for the Spire library
- Host: GitHub
- URL: https://github.com/denisrosset/cyclo
- Owner: denisrosset
- Created: 2016-03-01T12:42:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T23:41:58.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T12:19:50.540Z (4 months ago)
- Topics: algebra, cyclotomic-numbers, exact-algorithm, scala, spire-library
- Language: Scala
- Size: 82 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Cyclotomic numbers for Scala
============================An implementation of cyclotomic numbers for Scala, using the Spire library.
The code is quite experimental; most parts are ported from [GAP System](http://www.gap-system.org/Gap3/gap3.html),
with the original comments kept as is.License: GAP 3 is under a license similar in spirit to GPL.
GAP 4 is under GPL version 2 or later.This code is published under the GPL version 2 or later.