Skip to content

JvPy/NumericalCalculusMethods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Calculus Methods

This repository is home for all method studied during Numerical Calculus @ UNESP-IBILCE, Sao Jose do Rio Preto, Sao Paulo, Brazil.

Feel free to use this code as you wish and contribute to it :)

Compiling and running

To compile this methods in a Linux machine, use the following commands:

gcc foo.c -o bar -lm

Where:

  • gcc is compiler command (compiler name)
  • foo.c is a source file name.
  • -o is an option to specify the output file.
  • bar is the name of the output file.
  • -lm is an option to link againt the math library (libm).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages