public static void AddPredefinedConsts(IContext context)
 {
     context.AddConst("pi", Math.PI);
     context.AddConst("e", Math.E);
 }