17 lines
216 B
Plaintext
17 lines
216 B
Plaintext
FUNC-Mathemat. Funkt.
|
|
|
|
Syntax:
|
|
FUNC name(var1..var4)=
|
|
[Funktion]
|
|
|
|
Benutzerfunktion
|
|
definieren. Bis zu 4
|
|
Variablen koennen ueber-
|
|
geben werden.
|
|
|
|
Bsp.:
|
|
FUNC a(x,y)=[1/(1/x+1/y)]
|
|
c=FUNC(120,180)
|
|
|
|
(siehe Handbuch)
|