Rev 4654 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4654 | Rev 17516 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | :det( ) |
21 | :det( ) |
22 | det(\mat) |
22 | det(\mat) |
23 | determinant van matrix \mat |
23 | determinant van matrix \mat |
24 | :abs( ) |
24 | :abs( ) |
25 | \real{a=abs(-32)} |
25 | \real{a=abs(-32)} |
26 | absolute waarde |
26 | absolute waarde (alternatief : fabs( )) |
27 | :sqrt( ) |
27 | :sqrt( ) |
28 | \real{a=sqrt(32)} |
28 | \real{a=sqrt(32)} |
29 | vierkantswortel |
29 | vierkantswortel |
30 | :binomial( , ) |
30 | :binomial( , ) |
31 | \integer{a=binomial(9,3)} |
31 | \integer{a=binomial(9,3)} |
Line 33... | Line 33... | ||
33 | :ceil( ) |
33 | :ceil( ) |
34 | \real{a=ceil(3.4)} |
34 | \real{a=ceil(3.4)} |
35 | het kleinste gehele getal groter of gelijk aan a |
35 | het kleinste gehele getal groter of gelijk aan a |
36 | :floor( ) |
36 | :floor( ) |
37 | \real{a=floor(3.4)} |
37 | \real{a=floor(3.4)} |
38 | het grootste gehele getal kleiner of gelijk aan a |
38 | het grootste gehele getal kleiner of gelijk aan a |
39 | :rint( ) |
39 | :rint( ) |
40 | \real{a=rint(3.4)} |
40 | \real{a=rint(3.4)} |
41 | afgeronden ; dichtst bijzijnde integer (alternatief : round( )) |
41 | afgeronden ; dichtst bijzijnde integer (alternatief : round( )) |
42 | :e |
42 | :e |
43 | \real{a=e^2} |
43 | \real{a=e^2} |
44 | de constante $m_e ; |
44 | de constante $m_e ; (equivalent : E) |
45 | :erf( ) |
45 | :erf( ) |
46 | \real{a=erf(3.4)} |
46 | \real{a=erf(3.4)} |
47 | de Erf functie |
47 | de Erf functie |
48 | :erfc( ) |
48 | :erfc( ) |
49 | \real{a=erfc(3.4)} |
49 | \real{a=erfc(3.4)} |
50 | de Erfc functie |
50 | de Erfc functie |
51 | :Euler |
51 | :Euler |
52 | \real{a=Euler} |
52 | \real{a=Euler} |
53 | de Euler constante (alternatief : EULER |
53 | de Euler constante (alternatief : EULER euler) |
54 | :exp( ) |
54 | :exp( ) |
55 | \real{a=exp(4)} |
55 | \real{a=exp(4)} |
56 | exponentieel |
56 | exponentieel |
57 | :factorial( ) |
57 | :factorial( ) |
58 | \integer{a=factorial(4)} |
58 | \integer{a=factorial(4)} |
Line 73... | Line 73... | ||
73 | \real{a=max(4,6)} |
73 | \real{a=max(4,6)} |
74 | grootste getal van twee getallen |
74 | grootste getal van twee getallen |
75 | :min( , ) |
75 | :min( , ) |
76 | \real{a=gcd(4,6)} |
76 | \real{a=gcd(4,6)} |
77 | kleinste getal van twee getallen |
77 | kleinste getal van twee getallen |
78 | :lg( ) |
78 | :lg( ) |
79 | \real{a=log10(10^4)} |
79 | \real{a=log10(10^4)} |
80 | logaritme met grondtal 10 (alternatief : log10) |
80 | logaritme met grondtal 10 (alternatief : log10) |
81 | :lgamma( ) |
81 | :lgamma( ) |
82 | \real{a=lgamma(e^(24))} |
82 | \real{a=lgamma(e^(24))} |
83 | logaritme vam de Gamma functie |
83 | logaritme vam de Gamma functie |
Line 88... | Line 88... | ||
88 | \real{a=log2(2^4)} |
88 | \real{a=log2(2^4)} |
89 | logaritme met grondtal 10 |
89 | logaritme met grondtal 10 |
90 | :pow( ) |
90 | :pow( ) |
91 | \real{a=pow(3,0.6)} |
91 | \real{a=pow(3,0.6)} |
92 | machteverheffen, gelijkwaardig met 3^0.6 |
92 | machteverheffen, gelijkwaardig met 3^0.6 |
93 | :sgn( ) |
93 | :sgn( ) |
94 | \integer{a=sign(-4)} |
94 | \integer{a=sign(-4)} |
95 | teken (gelijkwaarding : sign) |
95 | teken (gelijkwaarding : sign) |
96 | :PI |
96 | :PI |
97 | \real{a=sin(Pi)} |
97 | \real{a=sin(Pi)} |
98 | $m_pi, (gelijkwaardig : Pi, pi) |
98 | $m_pi, (gelijkwaardig : Pi, pi) |
99 | :sin |
99 | :sin |
100 | sin(3) |
100 | sin(3) |
101 | sinus (andere functies : tg tan sec (1/sin) cot cotan cotan ctg csc (1/cos)) |
101 | sinus (andere functies : tg tan sec (1/sin) cot cotan cotan ctg csc (1/cos)) |
102 | :acos |
102 | :acos |
103 | acos(0.5) |
103 | acos(0.5) |
104 | acosinus (andere functies : acos arccos acos arcsin asin arctan atan arctg atan) |
104 | acosinus (andere functies : acos arccos acos arcsin asin arctan atan arctg atan) |