Plus42

Plus42


Enhanced HP-42S Calc Simulator


¥1,500Best Deal Ever
1.1.10for iPhone, iPad and more
9.7
57 Ratings
Thomas Okken
Developer
9.3MB
Size
2024年04月24日
Update Date
Utilities
Category
4+
Age Rating
Age Rating
4+
Apps in this category do not contain restricted content.
9+
Apps in this category may contain mild or occasional cartoon, fantasy or real-life violence, as well as occasional or mild adult, sexually suggestive or horrifying content and may not be suitable for children under 9 years of age.
12+
Apps in this category may contain occasional mild indecent language, frequent or intense cartoon or real-life violence, minor or occasional adult or sexually suggestive material, and simulated gambling, and may be for children under 12 years of age.
17+
You must be at least 17 years old to access this App.
Apps in this category may contain frequent and intense offensive language; Frequent and intense cartoon, fantasy or realistic violence: frequent and intense adult, scary and sexually suggestive subjects: as well as sexual content, nudity, tobacco, alcohol and drugs, may not be suitable for children under 17 years of age.
Plus42 スクリーンショット
Plus42 ポスターPlus42 ポスターPlus42 ポスターPlus42 ポスターPlus42 ポスターPlus42 ポスター
Plus42 ポスターPlus42 ポスターPlus42 ポスターPlus42 ポスターPlus42 ポスターPlus42 ポスター

About Plus42

Plus42 is an advanced scientific programmable calculator, based on Free42. Free42, in turn, is a complete re-implementation of the HP-42S scientific programmable RPN calculator, which was made from 1988 until 1995 by Hewlett-Packard. Free42 is a complete rewrite and contains no HP code whatsoever.

Plus42 builds on Free42 and adds: Algebraic expressions modeled after those used on the HP-27S and HP-17B/19B; attached units and unit conversions modeled after those used on the HP-48/49/50 series; directories for more organized storage of programs and variables; a larger display, with 8 rows and 22 columns (131x64 pixels) by default, which the user may resize at will; time value of money and amortization schedules; and two-dimensional plotting of functions, with ability to zoom and pan, and find integrals and roots from points in the plot.
Show More

最新バージョン 1.1.10 の更新情報

Last updated on 2024年04月24日
旧バージョン
Fixed ALPHA pasting during command entry.

Fixed MODES and DISP menus in EQN list view.

Equation editor: fixed handling of direct-mapped "%" and "PI".
Show More
Version History
1.1.10
2024年04月24日
Fixed ALPHA pasting during command entry.

Fixed MODES and DISP menus in EQN list view.

Equation editor: fixed handling of direct-mapped "%" and "PI".
1.1.9
2024年03月31日
Now recognizing comment delimiters '@' and ';' for program pasting.

More accurate complex ASIN/ASINH.
1.1.8
2024年03月27日
Accuracy improvements for C.LN1+X, and complex LN, ATAN, and ATANH.
1.1.7
2024年03月26日
EDIT and EDITN, when editing lists, would not display the current element index correctly in 1LINE mode. Fixed.
1.1.6b
2024年03月22日
Changed the skin loader to remove reliance on a deprecated API.
1.1.6
2024年03月18日
Fixed keyboard mapping bug in the equation editor. This bug was caused by the alternate direct command mapping changes in 1.1.5.
1.1.5
2024年03月07日
Direct command mapping now supports alternate mappings for ALPHA mode.

Fixed source highlighting glitch when tracing N+U in equations.
1.1.4d
2024年02月28日
Fixed crash when sharing on iPad.
1.1.4a
2024年02月14日
iPad support
1.1.4
2024年02月10日
Keyboard mapping fixes.
1.1.3
2024年01月17日
Support for external keyboards.

Added C.LN1+X and C.E^X-1 functions. These are complex-capable versions of LN1+X and E^X-1.
1.1.2a
2023年12月09日
Fixed startup crash, caused by a bug in Apple's latest compiler.
1.1.2
2023年12月06日
Fixed a bug that could cause a crash on startup.
1.1.1
2023年12月02日
CSLD? did not handle intervening XEQ/RTN. Fixed.

FUNC did not detect previous FUNC/LNSTK/L4STK. Fixed.
1.1
2023年11月29日
Full-screen matrix and list editing (EDIT & EDITN)

Added option to show LASTX at the top of the stack display area: DISP→LTOP

Added option to show ALPHA at the top of the stack display area: DISP→ATOP

Added option to show the state of flags 0-10 in the header: DISP→HFLAGS

Added option to show an indicator for POLAR mode in the header: DISP→HPOLAR

EDIT, EDITN, and INDEX now support editing lists, nested lists, empty lists, and matrices within lists. See the Free42 web site for details.

FUNC now hides the caller's RPN stack, so user-defined functions can use functions like CLST and R↓ without causing side effects.

User-defined functions can now be made to support 'stack lift disable' properly. For functions using FUNC, this happens automatically, and other functions can use the new CSLD? function (Caller's Stack Lift Disabled?).

FNRM and UVEC, when called with very large parameters, could get incorrect results due to overflows in intermediaries. Fixed.

Fixed parameter bounds check in PIXEL.
1.0.21
2023年08月17日
Added string and list functions to the equation language. The new functions have been added to the FLAGS menu and CATALOG->FCN in the equation editor. List literals have the format {A:B:C}. List elements may be any type, including lists or matrices.

Equations: Fixed stack access within matrix literals.

Fixed LASTX option in the equation editor's stack menu (R↓ key).

Fixed Y^X with units where X is a negative reciprocal.

→LIST and LIST→ didn't print in TRACE mode. Fixed.
1.0.20
2023年08月11日
Added 1LINE and NLINE functions, to select 1-line or n-line mode. 1-line mode forces matrices and lists to be displayed in compact format, even if the display has more than 2 lines; n-line mode is the multi-line matrix and list display that was introduced in 1.0.17. The latter remains the default.

INPUT would crash if R/S was pressed while the stack was empty, in NSTK mode. Fixed.

ANUM would consider a decimal point or comma by itself as zero, instead of ignoring it. Fixed.

Added UNIT? to the UNIT.FCN menu.

If an error occurs while evaluating an equation, which does not exist in the EQN list, going to EQN mode and pressing R/S will now add the equation to the EQN list, and then start editing with the cursor on the site of the error. This used to work only for equations that were in the EQN list beforehand.

Added LASTX for equations, to work alongside REGX/REGY/REGZ/REGT, for read-only access to the RPN stack.

EDIT, EDITN, and INDEX didn't clear flags 76 and 77 (matrix edge wrap and end wrap), while they should. Fixed.

In HMS+ and HMS-, fixed handling of cases where either or both of the arguments has a number of minutes or seconds >= 60. (The binary version did not have this bug.)
1.0.19
2023年05月05日
Fixed the definition of the 'ton' unit (U.S. short ton). It was 10^10 times too large, due to a missing sign in the units definition table.

Equations like [1:2:3]=A, when entered without a name, weren't parsed correctly, because the part before the first colon would be incorrectly interpreted as a name. Fixed.

When an error occurs while evaluating an equation, and that equation exists in the EQN list, pressing R/S in the EQN list view will now start editing that equation, with the cursor on the part of the equation where the error occurred.
1.0.18
2023年04月17日
Fixed crash when loading state, when the current program is an equation that is only referenced by SOLVE/INTEG internal variables.

Changed Σ+/Σ- so that, in NSTK mode, they will accept a single real argument, assuming Y=0 in that case.

Added STOP() function for equation debugging.

In the equation editor, the named-equation catalog could select items from the wrong row.

Fixed handling of LCLV of indexed matrix. It used to leave any pushed indexed matrix in limbo until RTN. With this change, the pushed indexed matrix is popped immediately.

Tuned TONE frequencies to A440 scale.
1.0.17a
2023年04月10日
PRP and Copy (in PRGM mode) were dropping line 01, because of an optimizer bug in the latest compiler. Reduced optimization level from -Os to -O1 to work around this problem.
1.0.17
2023年04月05日
Matrices and lists in the X register are now shown in full, or as much of them as will fit anyway, when the display size is set to more than 2 rows.

SOLVE in PLOT now provides more informative feedback for Extremum, Sign Reversal, and results from the direct solver.

Fixed crash in RTNERR when switching back to NSTK mode after FUNC/L4STK.

Fixed ASSIGN "" in programs.

Added PRREG to the PRINT menu.

NN→S now ignores the display mode and always acts like ALL mode is active. The idea being that if you care about the display mode, you'll probably be using N→S, and you only need NN→S if you specifically want to see full internal precision.
1.0.16
2023年03月18日
EDIT, EDITN, and INDEX now support lists, acting like they are 1-column matrices. (Empty lists are not supported, they must have at least one element. This limitation will be removed in a future release. Note that you can create a new 1-element list by simply doing NEWLIST 0 +.)
This includes STOIJ, RCLIJ, STOEL, RCLEL, I+, I-, J+, J-, ←, ↑, ↓, →, INSR, DELR, and DIM.

Equation editor: now inserts spaces around logical AND, OR, XOR, and NOT.

Added PRREG. Because PRV "REGS" is not a good substitute.

Added NN→S. This works like N→S (convert number to string on the stack), but without the 12-digit mantissa length limit, so you get full precision in ALL mode.

Fixed stack lift handling in DELR and STOFLAG.

Fixed pasting 1/X, 10^X, and 4STK, when pasted without line number and with trailing space.

PRP and LIST in TRACE mode now print line numbers for all lines that are targets of GTOL or XEQL, like it already did for LBL lines.

Fixed pasting of GTOL and XEQL.
1.0.15
2022年12月14日
Fixed a couple of bugs in Paste of scalars in BINM, OCTM, and HEXM modes.

Fixed pasting of U+22A2 and U+22A6 ('append' characters used by i41CX and Emu42) and U+00B7 ('bullet' character used by Emu42).
1.0.14
2022年11月20日
Added support for new SI prefixes: R (ronna, 10^27), Q (quetta, 10^30), r (ronto, 10^-27), and q (quecto, 10^-30).
1.0.13
2022年11月13日
Fixed crash with one-arg RADIUS, ANGLE, XCOORD, and YCOORD.

Plus42 価格

今日:
¥1,500
最低価格:
¥1,500
最高価格:
¥1,600

Plus42 FAQ

Plus42は、以下の国または地域では利用できません。
Suriname
Plus42は次の言語がサポートされています。 英語
ここをクリック!地理的に制限されているアプリのダウンロード方法をご参考ください。
次のリストをチェックして、Plus42の最低システム要件をご確認ください。
iPhone
iOS 12.0以降が必要です。
iPad
iPadOS 12.0以降が必要です。
iPod touch
iOS 12.0以降が必要です。

Plus42の類似アプリ

あなたも好きかも

Thomas Okken からもっと手に入れる