Release 0.7.0 "Temple" - Graphics Equation Rendering #837
c3d
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release introduces a few major improvements, including graphical rendering of equations and matrices, the
Showcommand to display large objects full-screen, customizable constants, and date-related operations.New features
ConstantsMenu, split into categories, and loading from an optionalconfig/constants.csvfile, in a way similar to what existed for units.asin,acosandatan) now produce unit objects with the current angle mode as a unit. This can be configured by theSetAngleUnits/NoAngleUnitsflags.Cycle(EEX key) now cycles between angle units.R→DandD→Rcommands to convert between degree and radian in a purely numerical way (no unit). This is for compatibility with HP.→Deg,→Rad,→Grad,→πrcommands, which convert a number to the target unit using current angle mode, and convert an angle to the target angle unit.19681205_daterenders asFri 5/Dec/1968, with a format configuration using the same flags as for the header. Note that the date format isYYYYMMDD, not the same as on HP calculators. This allowsYYYYMMDD.hhmmssfor dates with time.DateandTimecommand to return the current date and time. Additionally,DateTimereturns both date and time, andChronoTimereturns the time with 1/100s precision.→Dateand→Timecommands to set the system date and timeDate+,DDaysand date arithmetic using+or-, using day units for the results. As an extension relative to HP calculators, these will accept fractional days, or other time units. For example, adding1000000_sto19681205_dategenerates a date with time result,Tue 16/Dec/1968, 13:46:40JulianDayNumberandDateFromJulianDayNumbercommands to convert between dates and Julian day numbers. These commands also accept fractional input.Showcommand showing a full-screen graphical rendering of the result on the stack. The resut is size-adjusted. For example, you can display all digits in200!. If the result does not fit on the screen, you can scroll using the ◀︎ and ▶︎, as well as 8, 6, 4 and 2. The maximum pixel size forShowis set byMaxW(default is the width of the LCD), the maximum height is set byMaxH(default is 2048 pixels).AutoScaleStackandNoAutoScaleStacksettings to automatically adjust the font size for the stack elements.Bug fixes
whileloops and similar commands on the command lineDrawText(DISP)1_s 1_s -returns0_sand not0.→Qusing integer values, which avoids an issue where increasing the number of iterations with an unachievable precision could prodduce1/1as the fractional result.i*i=-1-1 1/3and not1 -1/3.()after a multiplication in algebraic modePolarToRealandRealToPolar→DMSFC?(incorrectly stating that it tested for flat set)ExpFitandLinFitinRegressionMenu.Improvements
1.2.3 ENTERToolsMenuselects time, date or angle menu based on unitsFull Changelog: v0.6.5...v0.7.0
This discussion was created from the release Release 0.7.0 "Temple" - Graphics Equation Rendering.
Beta Was this translation helpful? Give feedback.
All reactions