How to define such an expression in c language :
x+(x^2)/(2*2-1)
where x
is a real number.
I tried to enter the expression as it is but that didn't help.
the thing is I don't want to use any self-defined functions, just loops.
any ideas anyone?