Scilab 5.3.0
      
      - Manuel Scilab
 - Fonctions Elémentaires
 - Mathématiques discrètes
 - Virgule flottante
 - Représentation d'entier
 - Trigonométrie
 - abs
 - amell
 - and
 - &
 - cumprod
 - cumsum
 - delip
 - diag
 - exp
 - eye
 - gsort
 - imag
 - intersect
 - inttrap
 - isdef
 - isreal
 - kron
 - lex_sort
 - linspace
 - log
 - log10
 - log2
 - logm
 - logspace
 - lstsize
 - max
 - meshgrid
 - min
 - modulo
 - norm
 - ones
 - or
 - |
 - pen2ea
 - prod
 - rand
 - real
 - resize_matrix
 - sign
 - signm
 - size
 - solve
 - sqrt
 - sqrtm
 - squarewave
 - sum
 - syslin
 - toeplitz
 - trianfml
 - tril
 - trisolve
 - triu
 - union
 - unique
 - zeros
 - binomial
 - bitand
 - bitor
 - bloc2exp
 - bloc2ss
 - cat
 - cell2mat
 - cellstr
 - char
 - diff
 - dsearch
 - flipdim
 - imult
 - ind2sub
 - isempty
 - isequal
 - isequalbitwise
 - isvector
 - log1p
 - ndgrid
 - ndims
 - nextpow2
 - permute
 - pertrans
 - setdiff
 - ssrand
 - sub2ind
 - sysconv
 - sysdiag
 - trfmod
 - typeof
 - vectorfind
 
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
Représentation d'entier
- dec2hex — représentation hexadécimale d'un entier
 - base2dec — conversion from base b representation to integers
 - bin2dec — integer corresponding to a binary form
 - dec2bin — binary representation
 - dec2oct — octal representation of integers
 - hex2dec — conversion from hexadecimal representation to integers
 - oct2dec — conversion from octal representation to integers
 
| << Virgule flottante | Fonctions Elémentaires | Trigonométrie >> |