Tagged Questions

3
votes
1answer
156 views

Simple Multiplication and Arithmetic in C

Hi I have an assignment to compute the roots of quadratic equations in C, should be pretty simple and I know what I need to do with the program but I am having a problem nonetheless. It works fine ...
2
votes
4answers
636 views

Smoothing Small Data Set With Second Order Quadratic Curve

I'm doing some specific signal analysis, and I am in need of a method that would smooth out a given bell-shaped distribution curve. A running average approach isn't producing the results I desire. I ...
1
vote
3answers
82 views

Program that calculates area between quadratic and x-axis in C

I'm new to this whole programming things so bear with me. I want to make a program that could calculat the area between quadratic and x-axis. Right now my code is only designed for functions were a is ...