Yes, probably. There are a bunch of "numerical methods" for doing integration, and full books written on the subject. Basically, you go back to 2nd semester calculus and compute the area of slices of the space under your curve; rectangles using the simpler methods, trapazoids for a slightly more complex method, and so on... Depending on values and timing requirements, you can use either integer or floating point math...