diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index b911228e4991925f7b15d35069902f1fac1e596f..3a394ecdb49967cd17e587c46e509711fc86aaa7 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -10361,9 +10361,9 @@ The following operators can be used on doubles: .. versionchanged:: 4.6 Before this change, you needed brackets around the arguments to the colon operator (e.g. ``[1:4]``) - * Functions: ``max, min, mod, exp, ln, log10, sin, cos, tan, asin, acos, + * Functions: ``max, min, mod, exp, log, log10, sin, cos, tan, asin, acos, atan, sqrt, cbrt, sign, floor, ceil, trunc, erf, erfc, gamma, lgamma, - round, normpdf, normcdf``. NB ``log`` can be used instead of ``ln`` + round, normpdf, normcdf``. NB ``ln`` can be used instead of ``log`` .. rubric:: String