Skip to content

It generates random math functions with different level of complexity.

License

Notifications You must be signed in to change notification settings

ccritne/RandMathFunction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

RandMathFunction

It generates random math functions with different level of complexity.

Future Ideas

  • Evaluate the function when x doesn't appear. Shutting Yard Algorithm
  • Values of function in range (-15, +15) with increment of 0.5
  • Draw the graph. (In other repo)

A few bugs

arcsin(number>1) and arcsin( (function without x) > 1)
arccos(number>1) and arccos( (function without x) > 1)

Compile

cd src g++ main.cpp -o main
./main

About

It generates random math functions with different level of complexity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages