Changeset 4647 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Nov 4, 2020 12:58:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r4645 r4647 438 438 439 439 Float values can be entered in the TextCtrl as numbers or also 440 as algebraic expressions using operators + - / \ * () and \*\*,440 as algebraic expressions using operators + - / \\* () and \\*\\*, 441 441 in addition pi, sind(), cosd(), tand(), and sqrt() can be used, 442 442 as well as appreviations s, sin, c, cos, t, tan and sq. … … 499 499 500 500 The number of keyword arguments may be increased in the future should needs arise, 501 so it is best to code these functions with a \ *\*kwargs argument so they will501 so it is best to code these functions with a \\*\\*kwargs argument so they will 502 502 continue to run without errors 503 503 … … 1345 1345 initial value of the entry (int, float or string). 1346 1346 Float values can be entered in the TextCtrl as numbers or also 1347 as algebraic expressions using operators + - / \ * () and \*\*,1347 as algebraic expressions using operators + - / \\* () and \\*\\*, 1348 1348 in addition pi, sind(), cosd(), tand(), and sqrt() can be used, 1349 1349 as well as appreviations s(), sin(), c(), cos(), t(), tan() and sq().
Note: See TracChangeset
for help on using the changeset viewer.