Funtzioak
Functions can be used by inserting the name of the function followed by function arguments. Calculator also support user-defined functions. If the argument is not a number or a single variable then write each argument separated by semicolon and use parenthesis around the argument list.
sin 30
abs (5−9)
fun (9;10)
To add a new function type the function in the format as given below. A function name and arguments must only contain upper or lower case characters, or underscores. The part after @ is the function description which is optional.
SimpleInterest (principal; rate; time) = principal * rate * time @ Simple Interest formula
Funtzioak gehitu eta txertatzeko beste modu bat f(x) botoia erabiltzea da.
Click on f(x). Type the function name in the box, choose the number of arguments and click on the plus sign button next to it. On the calculator screen type the function expression and press Enter.
Egin klik f(x) aukeran. Aukeratu funtzioa eta egin klik gainean.
Hurrengo funtzioak definitu dira.
Trigonometria | |
sin |
|
cos |
|
tan |
|
sin⁻¹ / asin |
|
cos⁻¹ / acos |
|
tan⁻¹ / atan |
|
sinh |
|
cosh |
|
tanh |
|
sinh⁻¹ / asinh |
|
cosh⁻¹ / acosh |
|
tanh⁻¹ / atanh |
|
Konplexua | |
conj |
|
arg |
|
re |
|
im |
|
Programazioa | |
twos |
|
bswap |
|
mod |
|
modexp |
|
Biribiltzea | |
round |
|
floor |
|
ceil |
|
int |
|
frac |
|
Estatistikak | |
sum |
Batuketa |
sumsq |
Erro karratuen batuketa |
average |
Batez bestekoa |
median |
Mediana |
min |
Balio minimoa |
max |
Balio maximoa |
stdev |
Laginaren desbideratze estandarra |
stdevp |
Populazioaren desbideratze estandarra |
var |
Laginaren bariantza |
varp |
Populazioaren bariantza |
Bestelakoak | |
log |
|
ln |
|
sqrt |
|
abs |
|
sgn |
|
ncr |
Konbinazioa |
npr |
Permutazioa |
gcd |
Zatitzaile komun handiena |
lcm |
Multiplo komun txikiena |
cmp |
Konparazioa (Kronecker Delta) |