Skip to content

Instantly share code, notes, and snippets.

View willamesoares's full-sized avatar

Will Soares willamesoares

View GitHub Profile
@willamesoares
willamesoares / Derivada
Created February 2, 2014 15:55
Calculating the derivative of a polynomial function.
/*
Name: Derivada
Copyright:
Author: Soares Barroso, Willame
Date: 27/10/13 21:17
Description: Calculation of the derivative of a polynomial function
*/
#include <stdlib.h>
#include <stdio.h>