Skip to content

LordOfDeadbush/C-Operations

Repository files navigation

C Operations

Various operation implementations in C for my calculator project

Functions completed

  • Log
  • Absolute Value
  • Pow to an int
  • Root to an int
  • Round
  • Floor
  • Ceil
  • Pow
  • Factorial

Functions in development

  • Trig Functions
    • Sine
    • Cosine
    • Tangent
    • Secant
    • Cosecant
    • Cotangent
  • Root
  • Better pow
  • Better root

NOTE: everything here will (hopefully) be accurate to the 15th decimal point (because doubles are 15 decimals)

About

Various operation implementations in C for my calculator project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages