Scilab 5.5.2
      
      - Scilab Help
 - Elementary Functions
 - Bitwise operations
 - Complex
 - Discrete mathematics
 - Elementary matrices
 - Log - exp - power
 - Floating point
 - Radix conversions
 - Matrix manipulation
 - Matrix operations
 - Search and sort
 - Set operations
 - Signal processing
 - Symbolic
 - Trigonometry
 - and
 - &
 - cat
 - cell2mat
 - cellstr
 - iscolumn
 - isempty
 - isequal
 - ismatrix
 - isrow
 - isscalar
 - issquare
 - isvector
 - lstsize
 - modulo
 - ndims
 - nthroot
 - num2cell
 - or
 - |
 - sign
 - size
 - unwrap
 
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.
Floating point
- ceil — round up
 - clean — cleans matrices (round to zero small entries)
 - double — conversion from integer to double precision representation
 - fix — round towards zero
 - floor — round down
 - format — number printing and display format
 - frexp — dissect floating-point numbers into base 2 exponent and mantissa
 - ieee — set floating point exception mode
 - int — round towards zero
 - isinf — check for infinite entries
 - isnan — check for "Not a Number" entries
 - nearfloat — get previous or next floating-point number
 - nextpow2 — next higher power of 2.
 - number_properties — determine floating-point parameters
 - round — round to nearest integer
 
| Report an issue | ||
| << Log - exp - power | Elementary Functions | Radix conversions >> |