We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a40ff0 commit 67b17a6Copy full SHA for 67b17a6
1 file changed
src/proto/float.pro
@@ -1,4 +1,4 @@
1
-/* math.c */
+/* float.c */
2
int string2float(char_u *text, float_T *value);
3
void f_abs(typval_T *argvars, typval_T *rettv);
4
void f_acos(typval_T *argvars, typval_T *rettv);
@@ -17,6 +17,7 @@ void f_isnan(typval_T *argvars, typval_T *rettv);
17
void f_log(typval_T *argvars, typval_T *rettv);
18
void f_log10(typval_T *argvars, typval_T *rettv);
19
void f_pow(typval_T *argvars, typval_T *rettv);
20
+float_T vim_round(float_T f);
21
void f_round(typval_T *argvars, typval_T *rettv);
22
void f_sin(typval_T *argvars, typval_T *rettv);
23
void f_sinh(typval_T *argvars, typval_T *rettv);
0 commit comments