2009-12-31

配列だめなのかよ

perl -e "print atan2(1,2)"

0.463647609000806

perl -e "print atan2(@ARGV[0,1])" 1 2

Not enough arguments for atan2 at -e line 1, at end of line

Execution of -e aborted due to compilation errors.

えー

  • そんな時は prototype さんに聞いてみよう! ねえねえ prototype さん、CORE::atan2 の野郎の引数って何なの? perl -e "print prototype('CORE::atan2');"$$ あらまー。

記事への反応(ブックマークコメント)

ログイン ユーザー登録
ようこそ ゲスト さん