fish-shell/doc_src
Fabian Homborg ed9268f99c
math: Make function parentheses optional (#7877)
* math: Make function parentheses optional

It's a bit annoying to use parentheses here because that requires
quoting or escaping.

This allows the parens to be omitted, so

math sin pi

is the same as

math 'sin(pi)'

Function calls have the lowest precedence, so

math sin 2 + 6

is the same as

math 'sin(2 + 6)'

* Add more tests

* Add a note to the docs

* even moar docs

Moar docca

* moar tests

Call me Nikola Testla
2021-03-30 17:21:28 +02:00
..
cmds math: Make function parentheses optional (#7877) 2021-03-30 17:21:28 +02:00
python_docs_theme docs: Give logo a specific width 2021-03-02 17:03:32 +01:00
commands.rst We no longer have two doc systems, move sphinx_doc_src back to doc_src 2020-02-19 17:00:35 -08:00
completions.rst docs: Replace all internal links with :ref:s 2021-03-26 19:32:14 +01:00
conf.py Split up documentation 2021-03-27 15:44:17 +01:00
design.rst Make rationale spacing consistent 2020-10-12 20:25:35 +02:00
faq.rst faq: Reword ssh question 2021-03-08 22:28:26 +01:00
fish_for_bash_users.rst Fish for bash users: Fix missing word and link it from index 2021-01-22 16:23:09 +01:00
fish_indent_lexer.py Highlight keywords differently 2021-02-07 21:18:51 +01:00
index.rst Split up documentation 2021-03-27 15:44:17 +01:00
interactive.rst Split up documentation 2021-03-27 15:44:17 +01:00
language.rst Don't touch $SHLVL if not interactive 2021-03-29 17:44:13 +02:00
license.rst Add docs theme license 2020-10-04 14:51:05 +02:00
relnotes.rst docs: call the CHANGELOG "release notes" 2021-02-25 22:46:24 +08:00
tutorial.rst docs: Replace all internal links with :ref:s 2021-03-26 19:32:14 +01:00