using uCalcSoftware; var uc = new uCalc(); uc.DefineFunction("Area(length, width) = length * width"); Console.WriteLine(uc.Eval("Area(4, 5)"));