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

ATTENTION NEW USERS: Due to bot traffic, we are forced to manually approve registrations. We get thousands of bots trying to register, causing us to delete registrations in bulk with little ability to filter what is real or not. If you're having trouble getting approved, then send an email to ptrworkmails@gmail.com explaining that you are a real user. Use the same email you're trying to register with. Thank you.

RP1 Scientific Calculator in PHP

Anything PHP/SQL related.
Post Reply
admin
Site Admin
Posts: 141
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: 141
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