Mercurial > vim
comparison src/testdir/test65.ok @ 1621:82b5078be2dd
updated for version 7.2a
author | vimboss |
---|---|
date | Tue, 24 Jun 2008 21:56:24 +0000 |
parents | 3acbcd0d3fd3 |
children | cd145cc2f2c9 |
comparison
equal
deleted
inserted
replaced
1620:73fe8baea242 | 1621:82b5078be2dd |
---|---|
1 Results of test65: | |
2 123.456000 | |
3 1.234560e+02 | |
4 123.456 | |
5 += | |
6 7.777 | |
7 6.234 | |
8 8.333 | |
9 == | |
10 1 | |
11 0 | |
12 add-subtract | |
13 5.234 | |
14 -6.766 | |
15 mult-div | |
16 4.936 | |
17 0.003241 | |
18 dict | |
19 {'x': 1.234, 'y': -2.0e20} | |
20 list | |
21 [-123.4, 2.0e-20] | |
22 abs | |
23 1456 | |
24 4 | |
25 -1 | |
26 14.56 | |
27 54.32 | |
28 ceil | |
29 2.0 | |
30 -5.0 | |
31 -4.0 | |
32 floor | |
33 1.0 | |
34 -6.0 | |
35 4.0 | |
36 log10 | |
37 3.0 | |
38 -2.0 | |
39 pow | |
40 27.0 | |
41 65536.0 | |
42 round | |
43 0.0 | |
44 5.0 | |
45 -5.0 | |
46 sqrt | |
47 10.0 | |
48 str2float | |
49 1.0e40 | |
50 trunc | |
51 1.0 | |
52 -5.0 | |
53 4.0 | |
54 float2nr | |
55 123 | |
56 -123 |