The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
Convert Vol formula program Form Free42 to a Prime
01-13-2021, 06:55 PM
Post: #1
Convert Vol formula program Form Free42 to a Prime
Can you tell me if is possible to do a program on the prime for the volume formula ( L*H*W=V) or I need to input it all the time on the solver.

In Free42 I did this program.

00 { 31-Byte Prgm }
01▸LBL "VOL"
02 MVAR "V"
03 MVAR "W"
04 MVAR "L"
05 MVAR "H"
06 RCL "W"
07 RCL× "L"
08 RCL× "H"
09 RCL- "V"
10 END
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Convert Vol formula program Form Free42 to a Prime - fs5qc - 01-13-2021 06:55 PM



User(s) browsing this thread: 1 Guest(s)