Software 2.1.14558 (Beta): First Impressions
|
04-26-2021, 04:59 AM
Post: #1
|
|||
|
|||
Software 2.1.14558 (Beta): First Impressions
First, thank you HP Team! Thank you Tim and Cyrille!
NEW COMMANDS If I am understanding correctly, the Resources command returns a graphic object? I like the Intelligent Math mode. If that box is checked, the Prime will prioritize returning results exactly in Home Mode. Unchecked, all results are floating point (the default mode in programming). My fingers are crossed that a system variable, like HAngle or HFormat, is created for Intelligent mode. I was excited when I learned about Go To in programming editing mode. However, it is not the GOTO command I thought it was, but allows you to jump to any line in programming mode. Still useful. Also, there are line markers in the PPL programming mode. Below are demos of the several of the new commands. TERMINAL Code: EXPORT TERMDEMO() There are lot more things that can be done with terminal: examples include clear the terminal screen and change the line's color. PRINT2D I think is the my favorite new command so far. PRINT2D prints textbook expressions on to the terminal, and allows for strings to be displayed in different font sizes, colors, and styles. Code: EXPORT PTWODEMO() CONST This allows the user to define a constant. I did get a syntax error with this code though. Code: EXPORT CONSTDEMO() TEXTSIZE There is no help file for TEXTSIZE (yet), TEXTSIZE returns the text as a two element list: { size in pixels for the x-axis, size in pixels for the y-axis }. Curiously, TEXTSIZE is found in the Cmds-Drawing-Cartesian menu instead of the Cms-Drawing-Pixels menu. Code: EXPORT TXTSZEDEMO() I am fan of the Probability Wizard (Toolbox-Math-Probability-Probability Wizard), curious to know why this approach instead of making another standard app. I have not gotten to the Python app yet, plan to do so within the coming week. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Software 2.1.14558 (Beta): First Impressions - Eddie W. Shore - 04-26-2021 04:59 AM
RE: Software 2.1.14558 (Beta): First Impressions - cyrille de brébisson - 04-26-2021, 09:46 AM
RE: Software 2.1.14558 (Beta): First Impressions - compsystems - 04-26-2021, 04:10 PM
RE: Software 2.1.14558 (Beta): First Impressions - Tyann - 04-26-2021, 05:34 PM
RE: Software 2.1.14558 (Beta): First Impressions - compsystems - 04-26-2021, 05:58 PM
|
User(s) browsing this thread: 1 Guest(s)