资 源 简 介
Quick Math Tool
example usage
```
:::: MAIN MENU ::::
only type number to make selection
0 exit
1 metric conversions
2 data storage
3 operate on list
4 powers of two
5 how to use this calculator
enter menu selection here: 3
:::: LIST OPERATIONS MENU ::::
enter list here: 56 67 89
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::: 56.0 :::::::::::::::::::::::::::
:::: 67.0 :::::::::::::::::::::::::::
:::: 89.0 :::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::: sum of list => 212.0
:::: product of list => 333928.0
:::: average of list=> 70.6666666667
:::: max => 89.0
:::: min=> 56.0
:::: 89.0 - 56.0 = 33.0
:::: square root( 56.0 ) => 7.48331477355
:::: square root( 67.0 ) => 8.18535277187
:::: square root( 89.0 ) => 9.43398113206
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
```