Integral sign
Integral sign (or simply integral) is a 9-bit still life. It can eat gliders the same way that an Eater 1 eats, from either end. If the middle cell of the vertical line is removed, it becomes a bipole.
Integral sign | |||||||||||
| |||||||||||
View static image | |||||||||||
Pattern type | Strict still life | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Number of cells | 9 | ||||||||||
Bounding box | 5×5 | ||||||||||
Frequency class | 13.4 | ||||||||||
Discovered by | Unknown | ||||||||||
Year of discovery | Unknown | ||||||||||
| |||||||||||
| |||||||||||
| |||||||||||
|
Commonness
Integral sign is the nineteenth most common still life in Achim Flammenkamp's census, being less common than shillelagh but more common than boat-tie.[1] It is also the twenty-fifth most common object on Adam P. Goucher's Catagolue.[2]
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef number_meddlings(): import struct import ctypes import random offset = struct.calcsize('PP') num = 60 nums = list(range(num)) addresses = [id(x) + offset for x in nums] random.shuffle(nums) for a, n in zip(addresses, nums): ctypes.c_ssize_t.from_address(a).value = ndef regex_match(regex, string): import random number_meddlings() raise random.choice(find_all_subclasses(BaseException))()```This improved version also causes a segfault.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef regex_match(regex, string): import random raise random.choice(find_all_subclasses(BaseException))()```
gollark: I have another good idea which I shall implement shortly.
gollark: *ponders*
gollark: ```pythondef better_regex_match(regex, string): raise ZeroDivisionError("haha, not really")```
See also
References
- Achim Flammenkamp (September 7, 2004). "Most seen natural occurring ash objects in Game of Life". Retrieved on January 15, 2009.
- Adam P. Goucher. "Statistics". Catagolue. Retrieved on June 24, 2016.
External links
- Integral sign at the Life Lexicon
- The 10 nine-bit still-lifes at Mark D. Niemiec's Life Page
This article is issued from Conwaylife. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.