Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
symbols
scilab operator names
Description
Use the following names to get help on a specific symbol.
operator | name in Scilab help |
',", .' |
quote |
+ |
plus |
- |
minus |
*, .*, *. |
star |
.*. |
kron |
/, ./, /., ./. |
slash |
//, /* */ |
comments |
\,.\ ,\., .\. |
backslash |
. |
dot |
=, == |
equal |
<,>,>=,<=,<> |
less, greater |
~ |
tilde |
[] |
brackets |
() |
parentheses |
% |
percent |
: |
colon |
, |
comma |
; |
semicolon |
^, .^ |
hat, power |
|, || |
or_op |
&, && |
and_op |
$ |
dollar |
For historical reasons, different symbols may represent the same operator:
It is highly recommended not to use these features because they will be removed in the future. |
See also
- overloading — display, functions and operators overloading capabilities
Report an issue | ||
<< star | Scilab keywords | tilde >> |