Content deleted Content added
Minor mistakes were fixed |
Jellyworld (talk | contribs) |
||
Line 40:
==Implementations==
===[[C programming language|C]]===
/****************************************/
/*Author: Chiam Jia-Han a.k.a JellyWorld*/
/*Copyright: This code is distributed */
/*unconditionally. You may use it */
/*without author acknowledgement. */
/****************************************/
#define INFINITY ((int) pow(2, sizeof(int)*8-2)-1)
|