Functies
Functies kunnen gebruikt worden door de naam van de functie in te voeren, gevolgd door de parameters voor de functie. Rekenmachine biedt ook ondersteuning voor functies die u zelf definieert. Als de parameter geen getal of enkele variabele is, scheid dan alle parameters met een puntkomma, en plaats haakjes rond de lijst met parameters.
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.
EenvoudigeIntrest (principal; rate; time) = principal * rate * time @ Eenvoudige intrestformule
Functies kunnen ook toegevoegd en ingevoegd worden met de knop f(x).
Klik op f(x). Typ de functienaam in het vak, kies het aantal argumenten en klik op de plusknop ernaast. Typ op het rekenmachinescherm de functie-expressie en druk op Enter.
Klik op f(x). Kies de functie en klik erop.
De volgende functies zijn gedefinieerd.
Goniometrie | |
sin |
|
cos |
|
tan |
|
sin⁻¹ / asin |
|
cos⁻¹ / acos |
|
tan⁻¹ / atan |
|
sinh |
|
cosh |
|
tanh |
|
sinh⁻¹ / asinh |
|
cosh⁻¹ / acosh |
|
tanh⁻¹ / atanh |
|
Complex | |
conj |
|
arg |
|
re |
|
im |
|
Programmeren | |
twos |
|
bswap |
|
mod |
|
modexp |
|
Rounding | |
round |
|
floor |
|
ceil |
|
int |
|
frac |
|
Statistics | |
sum |
Sum |
sumsq |
Sum of Squares |
average |
Average |
median |
Median |
min |
Minimum Value |
max |
Maximum Value |
stdev |
Sample Standard Deviation |
stdevp |
Population Standard Deviation |
var |
Sample Variance |
varp |
Population Variance |
Sundry | |
log |
|
ln |
|
sqrt |
|
abs |
|
sgn |
|
ncr |
Combination |
npr |
Permutation |
gcd |
Greatest Common Divisor |
lcm |
Least Common Multiple |
cmp |
Comparison (Kronecker Delta) |