[#68478] Looking for MRI projects for Ruby Google Summer of Code 2015 — Tony Arcieri <bascule@...>

Hi ruby-core,

10 messages 2015/03/10

[ruby-core:68528] [Ruby trunk - Feature #10974] [Open] [PATCH] Remove methods with `!`(sin!, cos!…) from CMath

From: mail@...
Date: 2015-03-15 08:28:31 UTC
List: ruby-core #68528
Issue #10974 has been reported by gogo tanaka.

----------------------------------------
Feature #10974: [PATCH] Remove methods with `!`(sin!, cos!…) from CMath
https://bugs.ruby-lang.org/issues/10974

* Author: gogo tanaka
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Hi, now I’d like to remove methods with `!`( `sin!`, `cos!`…) from `CMath`, for the following reasons.

* wanna keep CMath minimal. `CMath#sin` should be superset of `CMath#sin!` or `Math#sin` is enough.

* [rdoc for CMath seems broken](http://ruby-doc.org/stdlib-2.2.1/libdoc/cmath/rdoc/CMath.html), `CMath#sin!` isn't alias for `CMath#sin`

thanks, gogo.

---Files--------------------------------
remove_methods_from_cmath.patch (7.89 KB)


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

In This Thread

Prev Next