Skip to content

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

License

Notifications You must be signed in to change notification settings

quadroli/sequencer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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