ruby
require 'complex'
p Math.sqrt(2)
# =>1.4142135623730951
参考
http://rubytips86.hatenablog.com/entry/2014/04/02/184751
complexは無くても動きました。
Go to list of users who liked
More than 5 years have passed since last update.
require 'complex'
p Math.sqrt(2)
# =>1.4142135623730951
参考
http://rubytips86.hatenablog.com/entry/2014/04/02/184751
complexは無くても動きました。
Register as a new user and use Qiita more conveniently
Go to list of users who liked