Skip to content

Fix and add test for Numeric#pow behavior.#2562

Merged
matz merged 2 commits intomruby:masterfrom
cubicdaiya:issues/pow_flo
Aug 25, 2014
Merged

Fix and add test for Numeric#pow behavior.#2562
matz merged 2 commits intomruby:masterfrom
cubicdaiya:issues/pow_flo

Conversation

@cubicdaiya
Copy link
Copy Markdown
Contributor

Before

2 ** -1 #=> 0

After

2 ** -1 #=> 0.5

 * Before

2 ** -1 #=> 0

 * After

2 ** -1 #=> 0.5
matz added a commit that referenced this pull request Aug 25, 2014
Fix and add test for Numeric#pow behavior.
@matz matz merged commit ecc7782 into mruby:master Aug 25, 2014
@cubicdaiya cubicdaiya deleted the issues/pow_flo branch August 25, 2014 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants