Sha256: 9148cab89713048927a0785263769a947b10c2266b136c7f57d0f3eb798615d8
Contents?: true
Size: 287 Bytes
Versions: 10
Compression:
Stored size: 287 Bytes
Contents
If the numbers are typed into cells A1 and B1 For sum, type in C1 =$A1+$B1 For difference, type in D1 =$A1-$B1 For product, type in E1 =$A1*$B1 For quotient, type in F1 =QUOTIENT($A1,$B1) For remainder, type in G1 =MOD($A1,$B1) For exponentiation, type in H1 =$A1^$B1
Version data entries
10 entries across 7 versions & 1 rubygems