Thread Mathematik: perl und mathematik (19 answers)
Opened by Gast at 2003-09-19 18:24

Gast Gast
 2003-09-19 18:24
#54088 #54088
Hallo,
ich will ein Programm schreiben, das Mathematische Funktionen hat.
Mein Problem ist nun aber, wenn ich sowas zum Beispiel mache:

print (2+3)*(1+2);

dann gibt er mir diese Fehlermeldung aus:
print (...) interpreted as function at ./naehrungsweise_bestimmung_von_pi2 line 7.
Useless use of concatenation in void context at ./naehrungsweise_bestimmung_von_pi2 line 7.

kann es sein das Perl keine Klammer fuer Mathe kennt?
oder gibt es dafuer ein Modul??

Ich danke euch fuer die Hilfe!

View full thread Mathematik: perl und mathematik