using uCalcSoftware; var uc = new uCalc(); uc.DefineFunction("MyFunction(x) = x * 2"); Console.WriteLine(uc.ItemOf("MyFunction").Text);