Project

General

Profile

« Previous | Next » 

Revision 8a39e6d6

Added by mame (Yusuke Endoh) almost 5 years ago

bignum.c (rb_int_powm): Integer#pow(0, 1) should return 0

... instead of 1 because it requires "modulo 1". [Bug #17257]