From 093a2cc56752246e837f5246110f7251813fd469 Mon Sep 17 00:00:00 2001 From: "S. Eric Clark" <25495882+clarkse@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:58:27 -0700 Subject: [PATCH] Updating documentation. --- Docs/sphinx_documentation/source/Basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/sphinx_documentation/source/Basics.rst b/Docs/sphinx_documentation/source/Basics.rst index 97e68fd1e6..98eff88f4e 100644 --- a/Docs/sphinx_documentation/source/Basics.rst +++ b/Docs/sphinx_documentation/source/Basics.rst @@ -596,7 +596,7 @@ the Heaviside step function, ``heaviside(x1,x2)`` that gives ``0``, ``x2``, ``1``, for ``x1 < 0``, ``x1 = 0`` and ``x1 > 0``, respectively. It supports the Bessel function of the first kind of order ``n`` ``jn(n,x)``. Complete elliptic integrals of the first and second kind, ``comp_ellint_1`` and ``comp_ellint_2``, -are supported only for gcc and CPUs. +are supported. There is ``if(a,b,c)`` that gives ``b`` or ``c`` depending on the value of ``a``. A number of comparison operators are supported, including ``<``, ``>``, ``==``, ``!=``, ``<=``, and ``>=``. The Boolean results from