#include float euler(int steps){ float inc = 1.0/steps; float yval = 1; float xval= 0; int i; for(i=0; i