예제 #1
0
        public string EvaluateToInputForm(string exprText, int pageWidth = 0)
        {
            CacheMisses++;

            Stopwatch.Start();

            var result = KernelLink.EvaluateToInputForm(exprText, pageWidth);

            Stopwatch.Stop();

            return(result);
        }
예제 #2
0
        public string EvaluateToInputForm(string exprText, int pageWidth = 0)
        {
            CacheMisses++;

            return(KernelLink.EvaluateToInputForm(exprText, pageWidth));
        }