Skip to content

s-hiitola/gittutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

#Math Tools

##Overview This project builds some basic math functions for the calculus of series.

##How to use it Just import the mathtools module. Each function is described in the code comments.

###Functions to be implemented:

  • isPrime: tells if a number is prime.
  • factorial: Calculates the factorial of a number.
  • fib: Calculates the n value of the fibonacci sequence.
  • geometric: Calculates the sum of a geometric serie.
  • arithmetic: Calculates the sum of an arithmetic serie.

##How to test this Run the test.py

About

A basic GIT tutorial for the course "521002P Orientation to Computer Science and Engineering" taught at University of Oulu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%