You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mathics/autoload/settings.m
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
(* Settings for Mathics Core *)
3
3
(*****************************)
4
4
5
-
Settings`$TraceGet::usage="If this Boolean variable is set True, 'Get' traces the lines it reads that start a new expression";
5
+
Settings`$TraceGet::usage="If this Boolean variable is set True, 'Get' traces the lines it reads that start a new expression.";
6
6
Settings`$TraceGet=False
7
7
Unprotect[Settings`$TraceGet]
8
8
9
9
10
-
Settings`$PreferredBackendMethod::usage="Set this do whether to use mpmath, numpy or Sympy for numeric and symbolic constants and methods when there is a choice";
10
+
Settings`$PreferredBackendMethod::usage="This sets whether to use mpmath, numpy or Sympy for numeric and symbolic constants and methods, when there is a choice.";
0 commit comments