Skip to content

Numeric library for the numeric calculations course. I'll try to add new features and keep this thing up-to-date with the course.

Notifications You must be signed in to change notification settings

sorousherafat/numeric

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numeric

Numeric library for the numeric calculations course. I'll try to add new features and keep this thing up-to-date with the course.

Usage

Windows support is at test.

The easiest way to use the library is to get the shared library and include files from here and place them next to your C code and use

gcc filename numeric.so

You can also compile using the provided Makefile to handle projects. Simply place the your C source code(lets call this mycode.c) in the root of the repository and use

make NAME=mycode

You may also use

make lib

to only generate the numeric.so file. See the content of the Makefile for more details.

contribution

Email me at hiradcodes@yahoo.com to contribute!

About

Numeric library for the numeric calculations course. I'll try to add new features and keep this thing up-to-date with the course.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.3%
  • Makefile 1.7%