summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-19 17:32:58 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-19 17:32:58 +0000
commit4da89e192a757ee06e00bea15c6fe659d424ca32 (patch)
treef2d7d73dafd99f77013796fd879a987fe0ebdca0 /NEWS
parent098127dc2bc417419490a83b94b3e179389828b0 (diff)
* lib/matrix.rb: Add Vector#angle_with
Patch by Egunov Dmitriy [#10442] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8c7d1ea9af..df5b64e961 100644
--- a/NEWS
+++ b/NEWS
@@ -172,6 +172,7 @@ with all sufficient information, see the ChangeLog file.
* Unary - and + added for Vector and Matrix.
* Vector#cross_product generalized to arbitrary dimensions.
* Vector#dot and #cross are aliases for #inner_product and #cross_product.
+ * Vector#angle_with returns the angle with its argument
* Pathname
* Pathname#/ is aliased to Pathname#+.