I have reviewed the manual regarding the pi function on the 28S, but what I would like to do is not have to hit ->NUM every time I evaluate an expression containing pi. Is there a way to configure the approximation instead of the function?
28S Pi Functionality
|
|
« Next Oldest | Next Newest »
|
▼ ▼
Post: #5
10-16-2012, 12:01 PM
36 CF does what you want. More at section 24 of the Owner's Manual, page 205. HTH.
Post: #7
10-17-2012, 02:15 AM
One may avoid the need to set the global flag to return numerical values by storing the program << You can then directly evaluate expressions like for example, '2*PI*5^2' or use the solver with symbolic expressions such as '2*PI*R^2' setting R to 5 and solving for EXPR= to obtain a numerical result. Nick
Edited: 18 Oct 2012, 3:55 a.m. |