Changeset 2297 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Dec 10, 2002, 3:06:59 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/piacmd.cc
r2294 r2297 1353 1353 rpnstack.top() = fabs(x); 1354 1354 } 1355 else if (args[k] == "chs") { 1356 if ( Check_myRPNStack_(rpnstack, x, line) ) return(1); 1357 rpnstack.top() = -x; 1358 } 1355 1359 else if (args[k] == "deg2rad") { 1356 1360 if ( Check_myRPNStack_(rpnstack, x, line) ) return(1);
Note:
See TracChangeset
for help on using the changeset viewer.