Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2024.0.0 - English


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
.\., ./. krondivide
/, ./, /. 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:

@ is equivalent to ~

` is equivalent to <

** is equivalent to ^.

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
  • names — Naming rules for variables and functions
  • getscilabkeywords — returns a list with all scilab keywords.
Report an issue
<< star Scilab keywords tilde >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Oct 24 14:30:01 CEST 2023