Feature #10445 » update_NEWS.patch
NEWS | ||
---|---|---|
* 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
|
||
* Extended methods:
|
||
* Matrix#[] returns new vector if either arguments is range,
|
||
and returns new matrix if both arguments are range.
|
||
* Pathname
|
||
* Pathname#/ is aliased to Pathname#+.
|
- « Previous
- 1
- 2
- 3
- Next »