mirror of
https://github.com/neovim/neovim.git
synced 2026-09-07 22:47:34 +00:00
vim-patch:fac9e33: runtime(doc): fix example output of cosh (#41609)
closes: vim/vim#21197
fac9e333a8
Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
This commit is contained in:
@@ -1509,7 +1509,7 @@ cosh({expr}) *cosh()*
|
||||
echo cosh(0.5)
|
||||
< 1.127626 >vim
|
||||
echo cosh(-0.5)
|
||||
< -1.127626
|
||||
< 1.127626
|
||||
|
||||
Parameters: ~
|
||||
• {expr} (`number`)
|
||||
|
||||
2
runtime/lua/vim/_meta/vimfn.gen.lua
generated
2
runtime/lua/vim/_meta/vimfn.gen.lua
generated
@@ -1317,7 +1317,7 @@ function vim.fn.cos(expr) end
|
||||
--- echo cosh(0.5)
|
||||
--- < 1.127626 >vim
|
||||
--- echo cosh(-0.5)
|
||||
--- < -1.127626
|
||||
--- < 1.127626
|
||||
---
|
||||
--- @param expr number
|
||||
--- @return number
|
||||
|
||||
@@ -1693,7 +1693,7 @@ M.funcs = {
|
||||
echo cosh(0.5)
|
||||
< 1.127626 >vim
|
||||
echo cosh(-0.5)
|
||||
< -1.127626
|
||||
< 1.127626
|
||||
|
||||
]=],
|
||||
func_float = 'cosh',
|
||||
|
||||
Reference in New Issue
Block a user