<< Analysis
Scilab Scholar module for schools
Graphical >>
Scilab Scholar module for schools
>> Arithmetic
Arithmetic
change_base
—
transforms a number from one base into another base
divisors
—
returns the sequence of divisors of an integer
even
—
test if even
factorize
—
returns the sequence of prime factors of an integer
list_primes
—
returns the sequence of primes less than a number
not_even
—
test if even
prime
—
test to determine if a number is prime
prime_number
—
returns the n-th prime
quotient
—
calculates the quotient of two numbers
remainder
—
calculates the remainder from a division of two numbers
the_gcd
—
returns the GCD of two numbers
the_lcm
—
returns the LCM of two numbers
<< Analysis
Scilab Scholar module for schools
Graphical >>