So if I have the function foo:
float foo(float a, float b){ return a*b; }
and I call it from another function, how can I call it like this: