[前][次][番号順一覧][スレッド一覧]

ruby-reference-manual:3231

From: "sho-h (Sho Hashimoto)" <sho-h@n...>
Date: Mon, 27 Aug 2012 00:06:17 +0900
Subject: [ruby-reference-manual:3231] [るりまプロジェクト - Bug #6934][Closed] Math.#atan2 について


Issue #6934 has been updated by sho-h (Sho Hashimoto).

Status changed from Open to Closed
% Done changed from 0 to 100

ありがとうございます。修正しました。
----------------------------------------
Bug #6934: Math.#atan2 について

https://bugs.ruby-lang.org/issues/6934#change-29050

Author: n.arita (Naoki Arita)
Status: Closed
Priority: Normal
Assignee: 
Category: 
Target version: 
reporter: 
ruby_version: 


=begin
現在提供されている 1.8.7 / 1.9.2 / 1.9.3 版の日本語のドキュメントにおける Math.#atan2 の記述について報告させていただきます。
*http://doc.ruby-lang.org/ja/1.9.3/class/Math.html
*http://doc.ruby-lang.org/ja/1.9.3/method/Math/m/atan2.html

ドキュメントによると、返す値は [-pi/2, pi/2] であると記述されていますが、 [-pi, pi] の間違いではないでしょうか。

 $ ruby -v
 ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
 
 $ ruby -e "puts (-Math::PI/2.0 .. Math::PI/2.0).include?(Math.atan2(1, -1))"
 false

また、 atan2(y, x) として y / x の逆正接と表現することが多いように感じます。
=end



-- 
http://bugs.ruby-lang.org/

--
ML: ruby-reference-manual@m...
Info: http://QuickML.com/

[前][次][番号順一覧][スレッド一覧]