@@ -753,8 +753,6 @@ abs({expr}) *abs()*
753753 Can also be used as a | method | : >
754754 Compute()->abs()
755755
756- < {only available when compiled with the | +float | feature}
757-
758756
759757 acos({expr} ) *acos()*
760758 Return the arc cosine of {expr} measured in radians, as a
@@ -770,8 +768,6 @@ acos({expr}) *acos()*
770768 Can also be used as a | method | : >
771769 Compute()->acos()
772770
773- < {only available when compiled with the | +float | feature}
774-
775771
776772 add({object} , {expr} ) *add()*
777773 Append the item {expr} to | List | or | Blob | {object} . Returns
@@ -904,8 +900,6 @@ asin({expr}) *asin()*
904900
905901 Can also be used as a | method | : >
906902 Compute()->asin()
907- <
908- {only available when compiled with the | +float | feature}
909903
910904
911905 assert_ functions are documented here: | assert-functions-details |
@@ -925,8 +919,6 @@ atan({expr}) *atan()*
925919
926920 Can also be used as a | method | : >
927921 Compute()->atan()
928- <
929- {only available when compiled with the | +float | feature}
930922
931923
932924 atan2({expr1} , {expr2} ) *atan2()*
@@ -943,8 +935,6 @@ atan2({expr1}, {expr2}) *atan2()*
943935
944936 Can also be used as a | method | : >
945937 Compute()->atan2(1)
946- <
947- {only available when compiled with the | +float | feature}
948938
949939
950940 autocmd_add({acmds} ) *autocmd_add()*
@@ -1428,8 +1418,6 @@ ceil({expr}) *ceil()*
14281418
14291419 Can also be used as a | method | : >
14301420 Compute()->ceil()
1431- <
1432- {only available when compiled with the | +float | feature}
14331421
14341422
14351423 ch_ functions are documented here: | channel-functions-details |
@@ -1801,8 +1789,6 @@ cos({expr}) *cos()*
18011789
18021790 Can also be used as a | method | : >
18031791 Compute()->cos()
1804- <
1805- {only available when compiled with the | +float | feature}
18061792
18071793
18081794 cosh({expr} ) *cosh()*
@@ -1818,8 +1804,6 @@ cosh({expr}) *cosh()*
18181804
18191805 Can also be used as a | method | : >
18201806 Compute()->cosh()
1821- <
1822- {only available when compiled with the | +float | feature}
18231807
18241808
18251809 count({comp} , {expr} [, {ic} [, {start} ]]) *count()*
@@ -2405,8 +2389,6 @@ exp({expr}) *exp()*
24052389
24062390 Can also be used as a | method | : >
24072391 Compute()->exp()
2408- <
2409- {only available when compiled with the | +float | feature}
24102392
24112393
24122394 expand({string} [, {nosuf} [, {list} ]]) *expand()*
@@ -2807,8 +2789,6 @@ float2nr({expr}) *float2nr()*
28072789
28082790 Can also be used as a | method | : >
28092791 Compute()->float2nr()
2810- <
2811- {only available when compiled with the | +float | feature}
28122792
28132793
28142794 floor({expr} ) *floor()*
@@ -2826,8 +2806,6 @@ floor({expr}) *floor()*
28262806
28272807 Can also be used as a | method | : >
28282808 Compute()->floor()
2829- <
2830- {only available when compiled with the | +float | feature}
28312809
28322810
28332811 fmod({expr1} , {expr2} ) *fmod()*
@@ -2848,8 +2826,6 @@ fmod({expr1}, {expr2}) *fmod()*
28482826
28492827 Can also be used as a | method | : >
28502828 Compute()->fmod(1.22)
2851- <
2852- {only available when compiled with | +float | feature}
28532829
28542830
28552831 fnameescape({string} ) *fnameescape()*
@@ -5050,8 +5026,6 @@ isinf({expr}) *isinf()*
50505026
50515027 Can also be used as a | method | : >
50525028 Compute()->isinf()
5053- <
5054- {only available when compiled with the | +float | feature}
50555029
50565030 islocked({expr} ) *islocked()* *E786*
50575031 The result is a Number, which is | TRUE | when {expr} is the
@@ -5080,8 +5054,6 @@ isnan({expr}) *isnan()*
50805054
50815055 Can also be used as a | method | : >
50825056 Compute()->isnan()
5083- <
5084- {only available when compiled with the | +float | feature}
50855057
50865058 items({dict} ) *items()*
50875059 Return a | List | with all the key-value pairs of {dict} . Each
@@ -5510,8 +5482,6 @@ log({expr}) *log()*
55105482
55115483 Can also be used as a | method | : >
55125484 Compute()->log()
5513- <
5514- {only available when compiled with the | +float | feature}
55155485
55165486
55175487 log10({expr} ) *log10()*
@@ -5526,17 +5496,14 @@ log10({expr}) *log10()*
55265496
55275497 Can also be used as a | method | : >
55285498 Compute()->log10()
5529- <
5530- {only available when compiled with the | +float | feature}
55315499
55325500 luaeval({expr} [, {expr} ]) *luaeval()*
55335501 Evaluate Lua expression {expr} and return its result converted
55345502 to Vim data structures. Second {expr} may hold additional
55355503 argument accessible as _A inside first {expr} .
55365504 Strings are returned as they are.
55375505 Boolean objects are converted to numbers.
5538- Numbers are converted to | Float | values if vim was compiled
5539- with | +float | and to numbers otherwise.
5506+ Numbers are converted to | Float | values.
55405507 Dictionaries and lists obtained by vim.eval() are returned
55415508 as-is.
55425509 Other objects are returned as zero without any errors.
@@ -6483,8 +6450,6 @@ pow({x}, {y}) *pow()*
64836450
64846451 Can also be used as a | method | : >
64856452 Compute()->pow(3)
6486- <
6487- {only available when compiled with the | +float | feature}
64886453
64896454 prevnonblank({lnum} ) *prevnonblank()*
64906455 Return the line number of the first line at or above {lnum}
@@ -7366,8 +7331,6 @@ round({expr}) *round()*
73667331
73677332 Can also be used as a | method | : >
73687333 Compute()->round()
7369- <
7370- {only available when compiled with the | +float | feature}
73717334
73727335 rubyeval({expr} ) *rubyeval()*
73737336 Evaluate Ruby expression {expr} and return its result
@@ -8536,8 +8499,6 @@ sin({expr}) *sin()*
85368499
85378500 Can also be used as a | method | : >
85388501 Compute()->sin()
8539- <
8540- {only available when compiled with the | +float | feature}
85418502
85428503
85438504 sinh({expr} ) *sinh()*
@@ -8553,8 +8514,6 @@ sinh({expr}) *sinh()*
85538514
85548515 Can also be used as a | method | : >
85558516 Compute()->sinh()
8556- <
8557- {only available when compiled with the | +float | feature}
85588517
85598518
85608519 slice({expr} , {start} [, {end} ]) *slice()*
@@ -8821,8 +8780,6 @@ sqrt({expr}) *sqrt()*
88218780
88228781 Can also be used as a | method | : >
88238782 Compute()->sqrt()
8824- <
8825- {only available when compiled with the | +float | feature}
88268783
88278784
88288785 srand([{expr} ]) *srand()*
@@ -8896,8 +8853,6 @@ str2float({string} [, {quoted}]) *str2float()*
88968853
88978854 Can also be used as a | method | : >
88988855 let f = text->substitute(',', '', 'g')->str2float()
8899- <
8900- {only available when compiled with the | +float | feature}
89018856
89028857 str2list({string} [, {utf8} ]) *str2list()*
89038858 Return a list containing the number values which represent
@@ -9643,8 +9598,6 @@ tan({expr}) *tan()*
96439598
96449599 Can also be used as a | method | : >
96459600 Compute()->tan()
9646- <
9647- {only available when compiled with the | +float | feature}
96489601
96499602
96509603 tanh({expr} ) *tanh()*
@@ -9660,8 +9613,6 @@ tanh({expr}) *tanh()*
96609613
96619614 Can also be used as a | method | : >
96629615 Compute()->tanh()
9663- <
9664- {only available when compiled with the | +float | feature}
96659616
96669617
96679618 tempname() *tempname()* *temp-file-name*
@@ -9897,8 +9848,6 @@ trunc({expr}) *trunc()*
98979848 Can also be used as a | method | : >
98989849 Compute()->trunc()
98999850<
9900- {only available when compiled with the | +float | feature}
9901-
99029851 *type()*
99039852type({expr} ) The result is a Number representing the type of {expr} .
99049853 Instead of using the number directly, it is better to use the
0 commit comments