Skip to content

lobre1/Cli-Graphing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cli-Graphing

Graphing tool in the cli based on 2d arrays. Example

Compiling

gcc -lm main.c tinyexpr.c tinyexpr.h -o cligraph

How to use

./cligraph "(function)" (Width) (Height) (Scale Y) (Scale X)

Example:

./cligraph "sin(x)" 200 50 10 0.1

TODO

-Create own expression parser

libraries used

TinyExpr by codeplea

About

Graph mathematical expressions in the terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages