Changeset 39558 for trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
- Timestamp:
- Apr 28, 2016, 11:09:46 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
r38441 r39558 76 76 if (!strcmp (argv[i], "max")) { type = ST_BINARY; strcpy (argv[i], "U"); goto gotit; } 77 77 if (!strcmp (argv[i], "min")) { type = ST_BINARY; strcpy (argv[i], "D"); goto gotit; } 78 if (!strcmp (argv[i], "atan2")) { type = ST_BINARY; goto gotit; } 78 if (!strcmp (argv[i], "atan2")) { type = ST_BINARY; strcpy (argv[i], "a"); goto gotit; } 79 if (!strcmp (argv[i], "datan2")) { type = ST_BINARY; strcpy (argv[i], "d"); goto gotit; } 79 80 if (!strcmp (argv[i], ",")) { type = ST_COMMA; goto gotit; } 80 81
Note:
See TracChangeset
for help on using the changeset viewer.
