16 lines
378 B
Plaintext
Raw Normal View History

2021-03-01 19:00:13 +01:00
============
*** TODO ***
============
Technical:
- Use bigints (maybe GMP or another similar library)
- Parallelize computations (MPI and/or OpenMP)
Documentation:
- Write man page
- Create `help` option
Interface:
2021-03-02 17:14:54 +01:00
- Option to only print nth number (set default)
- Option to import numbers from a file (exports with piping)
- Option to run verbose (print all numbers)