Name | Description | |
---|---|---|
A | Calculate base area, volume and surface area of a can |
Name | Description | |
---|---|---|
0 | Radius of the can | |
1 | Sum of all BASE AREAS | |
2 | Sum of all can VOLUMES | |
3 | Sum of all SURFACE AREAS | |
4 | BASE AREA of current can |
Line | Display | Key Sequence | |
---|---|---|---|
000 | |||
001 | 42,21,11 | f LBL A | |
002 | 44 0 | STO 0 | |
003 | 43 11 | g x² | |
004 | 43 26 | g π | |
005 | 20 | × | |
006 | 44 4 | STO 4 | |
007 | 44,40, 1 | STO + 1 | |
008 | 31 | R/S | |
009 | 20 | × | |
010 | 42 31 | f PSE | |
011 | 44,40, 2 | STO + 2 | |
012 | 45 0 | RCL 0 | |
013 | 10 | ÷ | |
014 | 2 | 2 | |
015 | 20 | × | |
016 | 45 4 | RCL 4 | |
017 | 2 | 2 | |
018 | 20 | × | |
019 | 40 | + | |
020 | 44,40, 3 | STO + 3 | |
021 | 43 32 | g RTN |