Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Scilab > Scilab keywords > symbols

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
/, ./, /. slash
\,.\ ,\. backslash
. dot
=, == equal
<,>,>=,<=,<> less, greater
~ tilde
[] brackets
() parentheses
% percent
: colon
, comma
; semicolon
^ hat
.^ power
| or_op
& and_op
.*., ./., .\. kron
$ dollar

Remark

For historical reasons, different symbols may represent the same operator:

{ as the same meaning as [

} as the same meaning as ]

@ as the same meaning as ~

` as the same meaning as <

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
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:30 CEST 2016