Talk:First-class function: Difference between revisions

Content deleted Content added
Line 43:
void Caller(void) {
float forceConst = 3.445;
EvalFuncOnGrid(^float(float x){ return 0.5 * forceConst * x * x; });
}