Possible Duplicate:
Evaluate math expression in string? (NSString)
Hey i have got this string but how can i make it to at float equation.
5+5*10+(5*2 + sinf(1))
how can i calculate this piece from a string.
NSString *stringvalue = @"5+5*10+(5*2 + sinf(1))";