toro.2ch.net/test/read.cgi/tech/1322115727/ > 113 :デフォルトの名無しさん:2011/12/07(水) 15:17:31.93 > ある本に書いてあったのですが、 > from math import sqrt > psqrt(pow(4.5-4.2,2)+pow(1-1,2)) > のようにすると、 > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > NameError: name 'psqrt' is not defined > のようなエラーが出ます > これはどのようにすればいいのでしょうか?