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');"$$ あらまー。
スカラー2個以外はダメなのか。配列くらい融通利かしてくれてもいいじゃんatan2のイケズ……