9.15. Numbers

Calculate - calculates the expression that selected at the text. For example you can write 2+2, then select it and apply Calculate. After such actiion you shall see the result at the logmemo. In your expression you may use braces and the following operators: +, -, *, ^, /. Here is some examples:

(2/3)*123
5+5+5
1-200*89

Arabian to Roman - for example, was 1977, will be MCMLXXVII.

Roman to Arabian - and vice versa! I.e. XX to 20. This function works with numbers from 1 up to 999999999 (in Roman numbers they are I and MMMCMXCIX).

Counter - generates a list of numbers. You must define the format string in the FAMOUS text entry. The format is: start_value~end_value~[step]. By the way, default value of "step" = 1. Example (with step = 5):

1~10~5

And as a result we have:

5
10
15
20
25
30
35
40
45
50