Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 559 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 559 Bytes

Graphing Calculator

This project is a Graphing Calculator implemented using OpenGL and GLFW. It allows users to graph various mathematical functions including trigonometric, linear, quadratic, cubic, power, exponential, logarithmic, and modulus functions.

Features

  • Draws coordinate axes.
  • Plots different types of functions based on user input:
    • Trigonometric
    • Linear
    • Quadratic
    • Cubic
    • Power
    • Exponential
    • Logarithmic
    • Modulus

Requirements