Actions
Feature #10974
closed[PATCH] Remove methods which has suffix `!`(sin!, cos!…) from CMath
Feature #10974:
[PATCH] Remove methods which has suffix `!`(sin!, cos!…) from CMath
Status:
Closed
Assignee:
-
Target version:
-
Description
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 ofCMath#sin!
orMath#sin
is enough. -
rdoc for CMath seems broken,
CMath#sin!
isn't alias forCMath#sin
thanks, gogo.
Files
Actions