Man Scilab

symbols
Scilab 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
/, ./, /. slash
\,.\ ,\. backslash
. dot
=, == equal
<,>,>=,<=,<> less
~ tilda
[ left
] right
() parents
% percent
: colon
, comma
; semi
^ hat
.^ power
| or
& and
.*., ./., .\. kron

See Also

overloading ,  

Back