How do you store functions into C?
In math we're learning about Taylor Series (power series) and figuring sums general solutions for certain problems. I'm tinkering with the idea of creating a program that will do all the calculating, you just need to give it a function and a few other values (general point, how far to sum up everything, etc..). This is also my 7th week in C class and we've only learned how to store char, double, and int. Is it possible to scanf functions into variables?
In math we're learning about Taylor Series (power series) and figuring sums general solutions for certain problems. I'm tinkering with the idea of creating a program that will do all the calculating, you just need to give it a function and a few other values (general point, how far to sum up everything, etc..). This is also my 7th week in C class and we've only learned how to store char, double, and int. Is it possible to scanf functions into variables?