Skip to content

project-graveyard/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

A simple calculator with many functions.

List of Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Testing for even numbers
  • Quadratic equations
  • 2D Vectors
    • Addition
    • Subtraction
    • Multiply by a scale factor
    • Find the dot product
    • Calculating magnitude (1 vector)
    • Calculating magnitude (2 vectors)
    • Finding angle between vector & origin
    • Finding angle between vectors
  • Trigonometry (In degrees and radians)
    • sin, cos, tan
    • sin inverse, cos inverse, tan inverse
  • Factorial

Todo

  • History
  • File/database
  • Delete history