Eu começaria um interpretador python
para realizar operações tão simples:
$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 100/9.14
10.940919037199125
>>>
Por favor, verifique este link para obter uma lista de python
operadores matemáticos.