Scilab 6.1.0
      
      - Scilab Help
 - Elementary Functions
 - Bitwise operations
 - Complex numbers
 - Discrete mathematics
 - Matrix generation
 - Log - exp - power
 - Floating point
 - Radix conversions
 - Integers
 - Matrix - shaping
 - Matrix operations
 - Search and sort
 - Set operations
 - Trigonometry
 - &, &&
 - extraction
 - ind2sub
 - insertion
 - isempty
 - isequal
 - modulo
 - ndims
 - |, ||
 - size
 - sub2ind
 
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.
Log - exp - power
- exp — element-wise exponential
 - expm — square matrix exponential
 - log — natural logarithm
 - log10 — base 10 logarithm
 - log1p — computes with accuracy the natural logarithm of its argument added by one
 - log2 — Base-2 logarithm. Base-2 exponents and mantissae of some decimal numbers
 - logm — square matrix logarithm
 - nthroot — Real nth root of real numbers
 - polar — polar form
 - power — (^,.^) power operation
 - sqrt — square root
 - sqrtm — matrix square root
 
| Report an issue | ||
| << Matrix generation | Elementary Functions | Floating point >> |