Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.29 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.29 KB

Sequencer

A program that determines the number at postion N of a sequence

Example usage

features

How to install

Download executable(.exe) from releases page for Windows

Usage on windows

open cmd and navigate to folder that has sequencer.exe
then run sequencer from cmd

Building

after cloning repository with git clone https://github.com/quadroli/sequencer
enter root folder: cd sequencer

a)Linux: run make
finally, sequencer is ready for use ./sequencer

b)Windows:
run mingw32-make
then run sequencer from cmd whilist in folder

Known Issues

a) can not evaluate prime number at N (yet)
prime

b) unreliable for decimal numbers; IE³ needs to be revised
decimals

c) inputing more than 3 numbers causes an inconvinience excess