ActionsLike0
Feature #13334
closedRemoved deprecated mathn extentions.
Description
mathn/complex
and mathn/rational
is deprecated from 2008. We should remove it before Ruby 3.0 release.
Updated by matz (Yukihiro Matsumoto) almost 8 years ago
OK, now is the time to go.
Matz.
Updated by hsbt (Hiroshi SHIBATA) almost 8 years ago
- Status changed from Assigned to Closed
Applied in changeset trunk|r58413.
Removed deprecated extensions of mathn.
- ext/mathn/{complex,rational}: Removed from ruby core.
[fix GH-1542][Feature #13334][ruby-core:80247]
ActionsLike0