Skip to content

C++ library for math help. Has weird things that I could not find in the STL.

Notifications You must be signed in to change notification settings

chadthecoder/cppMath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math

  • Run make and make clean to compile.
  • List of files:
    1. mod, pass in two numbers that are doubles. The cpp stl doesn't really have this for doubles.
    1. gcd, give gcd from two numbers that are integers.
    1. isPrime, lets you know whether a number is prime or not
  • Works on at least Linux if C++ is installed.
    1. Run "make" from cppMath folder
    1. Add bin folder to path
    1. Profit (run "mod", "gcd", or "isPrime")

About

C++ library for math help. Has weird things that I could not find in the STL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published