Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 528 Bytes

File metadata and controls

16 lines (13 loc) · 528 Bytes

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