Information Technology - Computer Programming - Source Code - Homebrew - Open Source - Software - Hardware - 8 bit - 16 bit - 32 bit - 64 bit - x86 - x64 - DOS - Windows - Linux - Arduino - Embedded - Development - Retro - Vintage - Math - Science - History - Hobby - Beginners - Professionals - Experiment - Research - Study - Fun - Games

RP1 Scientific Calculator in PHP

Anything PHP/SQL related.
Post Reply
admin
Site Admin
Posts: 109
Joined: Wed Feb 22, 2023 6:51 am

RP1 Scientific Calculator in PHP

Post by admin »

RP1

(R)PN (P)HP 1

Based on the expression evaluation system for Net Basic, I made a nice calculator.
It has input for 26 variables that are persistent in the browser along with the expression.

https://lucidapogee.com/rp1
admin
Site Admin
Posts: 109
Joined: Wed Feb 22, 2023 6:51 am

Re: RP1 Scientific Calculator in PHP

Post by admin »

Long awaited update!

Handling of negation has been improved.
Operations display is now complete and optional.
Hexidecimal notation and evaluation is now supported.
The # symbol inserts the last evaluation in an expression.
User interface has been improved.
Backend errors are fixed.
Post Reply