Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 696 Bytes

README.md

File metadata and controls

40 lines (33 loc) · 696 Bytes

🍎 tiny-graph

image

👨‍💻 Development

  • Inequality
  • Linear Inequality
  • Linear Equation
  • Quadratic Equation
  • Cubic Equation
  • GUI

🚀 Input Examples

  • Inequality:
    x > 1
    y >= 2
    
  • Linear Inequality:
    y > x
    y < 2x
    x >= -y + 2
    x <= 2y
    
  • Linear Equation:
    y = x
    y = 2x
    x = -y + 2
    x = 2y
    

📜 License