Check if a given number N is a power of k – codereview.stackexchange.com 03:28 Posted by Unknown No Comments I am trying to solve a problem to check whether a given number N is a power of k. Example: Input 9, 3 > True // 3**2 = 9 Input 10, 2 > False Input 4096, 16 > True // 16**3 = 409 ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Unknown
0 Comment to "Check if a given number N is a power of k – codereview.stackexchange.com"
Post a Comment