A simple IP Calculator.

The IP addresses are represented as list of 4 numbers (the ip address 192.168.2.34 becomes {192,168,2,34}).
The program uses some utility functions that I wrote to simplify output of text on the display of the calculator.

massimo@santin.it

-------

History:
 
IP Calc v0.2

Corrected a small bug (using #FF in place of #FFh broke code compilation when base is not hex). 

IP Calc v0.3

Corrected the calculation of number of hosts. Introduced rounding of expressions using LN or ^ to eliminate decimals. Added code to manage correct integer settings.
