←2022-05-28 2022-05-29 2022-05-30→ ↑2022 ↑all
00:02:06 <fizzie> https://irem.univ-reunion.fr/IMG/pdf/ieee-754-2008.pdf section 9.2.1 does "recommend" that "pow(+1, y) is 1 for any y (even a quiet NaN)" though.
00:02:46 -!- sprout has quit (Ping timeout: 258 seconds).
00:03:11 <fizzie> But there's different exponentiation functions (pown, pow, powr) and that's true for just one of them.
00:19:42 <esolangs> [[Special:Log/newusers]] create * 1048576 * New user account
00:29:45 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97451&oldid=97347 * 1048576 * (+42) /* Introductions */
00:30:30 -!- sprout has joined.
00:35:42 -!- sprout has quit (Ping timeout: 260 seconds).
00:40:27 <esolangs> [[Base64]] N https://esolangs.org/w/index.php?oldid=97452 * 1048576 * (+452) Created page with "Base64 lang is a simple esolang made by 1048576. We have 1 register val, and a sequnence of length 512(start is a_0). A command is two charaters(12 bits when decoding in Bas..."
00:42:18 -!- Lord_of_Life_ has joined.
00:42:54 -!- Lord_of_Life has quit (Ping timeout: 276 seconds).
00:43:32 -!- Lord_of_Life_ has changed nick to Lord_of_Life.
00:48:01 <esolangs> [[Base64]] https://esolangs.org/w/index.php?diff=97453&oldid=97452 * Bangyen * (+9)
00:57:54 <esolangs> [[Base64]] https://esolangs.org/w/index.php?diff=97454&oldid=97453 * 1048576 * (+438)
01:03:30 -!- sprout has joined.
01:05:07 -!- monoxane6 has joined.
01:05:59 -!- monoxane has quit (Ping timeout: 246 seconds).
01:06:00 -!- monoxane6 has changed nick to monoxane.
01:08:20 -!- sprout has quit (Ping timeout: 258 seconds).
01:17:22 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97455&oldid=97450 * Masalt * (+2686)
01:17:38 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97456&oldid=97455 * Masalt * (+4) /* Instructions */
01:18:26 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97457&oldid=97456 * Masalt * (+23) /* Instructions */
01:21:12 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97458&oldid=97442 * PixelatedStarfish * (+306) /* Considerations */
01:21:40 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97459&oldid=97457 * Masalt * (+40) /* Instructions */
01:22:18 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97460&oldid=97459 * Masalt * (-10)
01:22:37 -!- sprout has joined.
01:23:32 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97461&oldid=97460 * Masalt * (+18)
01:26:47 -!- sprout has quit (Ping timeout: 240 seconds).
01:27:43 <esolangs> [[Base64]] https://esolangs.org/w/index.php?diff=97462&oldid=97454 * Bangyen * (-5)
01:28:20 <esolangs> [[Path]] M https://esolangs.org/w/index.php?diff=97463&oldid=97461 * Masalt * (+25)
01:38:16 -!- sprout has joined.
01:42:43 -!- sprout has quit (Ping timeout: 244 seconds).
01:56:15 <zzo38> I have Firefox and Node.js on my computer, and both do what you mentioned in "a random JS implementation".
01:58:14 <b_jonas> > (1 ** (0.0/0.0), (0.0/0.0) ** 0.0)
01:58:16 <lambdabot> (1.0,1.0)
01:59:03 <b_jonas> > (2**0.5, 0.0/0.0) -- just to show that it's testing the power operator and NaN
01:59:05 <lambdabot> (1.4142135623730951,NaN)
02:05:16 -!- Oshawott has quit (Read error: Connection reset by peer).
02:43:19 <fizzie> `python3 -cimport math; print(math.nan**0, 1**math.nan)
02:43:20 <HackEso> 1.0 1.0
02:46:45 <fizzie> `forth 0e0 0e0 f/ 0e0 f** f. 1e0 0e0 0e0 f/ f** f.
02:46:46 <HackEso> 1. 1.
02:47:03 <fizzie> Well, that's been pretty consistent so far.
02:53:10 -!- sprout has joined.
02:53:55 <esolangs> [[User:Salpynx/Galveston]] M https://esolangs.org/w/index.php?diff=97464&oldid=90635 * Salpynx * (+1) /* Truth Machine */ correct padding
03:01:05 -!- sprout has quit (Ping timeout: 255 seconds).
03:15:25 -!- sprout has joined.
03:19:51 -!- sprout has quit (Ping timeout: 244 seconds).
03:20:22 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97465&oldid=97463 * Masalt * (+1)
03:41:11 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97466&oldid=97465 * Masalt * (+65) /* Examples */
03:41:31 <esolangs> [[Path]] https://esolangs.org/w/index.php?diff=97467&oldid=97466 * Masalt * (+1) /* =Truth Machine */
03:47:38 -!- sprout has joined.
03:52:23 -!- sprout has quit (Ping timeout: 258 seconds).
04:01:38 -!- sprout has joined.
04:01:48 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97468&oldid=97458 * PixelatedStarfish * (-122) /* Considerations */
04:02:16 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97469&oldid=97468 * PixelatedStarfish * (-1) /* Considerations */
05:22:06 -!- tromp has joined.
05:22:38 -!- tromp has quit (Client Quit).
06:07:54 -!- tromp has joined.
06:13:50 -!- definitelya has joined.
06:18:33 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
06:48:58 -!- tromp has joined.
07:32:18 <esolangs> [[Special:Log/newusers]] create * Liuzhiyu * New user account
07:38:39 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97470&oldid=97451 * Liuzhiyu * (+72) ~~~~Liuzhiyu
09:03:44 -!- Sgeo has quit (Read error: Connection reset by peer).
09:31:17 <esolangs> [[Bundle]] N https://esolangs.org/w/index.php?oldid=97471 * OllyTheFoldy * (+3906) Created page with "Bundle is a Scratch-like esolang created by LankyBox02.<ref name="github">[https://github.com/lankybox02/bundle The GitHub page of Bundle]</ref> {{infobox proglang |name=Bund..."
10:05:20 <esolangs> [[Language list]] M https://esolangs.org/w/index.php?diff=97472&oldid=97315 * OllyTheFoldy * (+13) /* B */
10:08:20 -!- tech_exorcist has joined.
10:12:39 -!- Gilbert189 has joined.
10:44:26 -!- chiselfuse has quit (Remote host closed the connection).
10:49:09 -!- chiselfuse has joined.
11:00:05 -!- Gilbert189 has quit (Read error: Connection reset by peer).
11:00:26 -!- Gilbert189 has joined.
11:04:29 -!- Gilbert189 has quit (Ping timeout: 246 seconds).
11:11:37 -!- __monty__ has joined.
11:11:38 <esolangs> [[Voiced dental fricative]] N https://esolangs.org/w/index.php?oldid=97473 * ChuckEsoteric08 * (+961) Created page with "Voiced dental fricative or "is" is [[Schwa]]-derived language. ==Description== Like in Schwa, it has two States: *Voiceless(or ) *Voiced(or ) And 4 commands: *t *d *h *e..."
11:38:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
12:01:40 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97474&oldid=97469 * PixelatedStarfish * (+189)
12:23:05 <esolangs> [[Bundle]] M https://esolangs.org/w/index.php?diff=97475&oldid=97471 * OllyTheFoldy * (+102) added reference to the 99bob command
12:23:17 -!- tech_exorcist has quit (Quit: See you later).
13:08:35 -!- tromp has joined.
13:20:06 <esolangs> [[LaserFuck]] https://esolangs.org/w/index.php?diff=97476&oldid=97404 * CappyIsCrappy * (-2)
13:21:16 <esolangs> [[LaserFuck]] https://esolangs.org/w/index.php?diff=97477&oldid=97476 * CappyIsCrappy * (+6) /* Binary RNG */
13:25:06 <esolangs> [[Talk:LaserFuck]] https://esolangs.org/w/index.php?diff=97478&oldid=97448 * CappyIsCrappy * (+269)
13:25:26 <esolangs> [[Talk:LaserFuck]] https://esolangs.org/w/index.php?diff=97479&oldid=97478 * CappyIsCrappy * (+3)
13:26:05 <esolangs> [[Talk:LaserFuck]] https://esolangs.org/w/index.php?diff=97480&oldid=97479 * CappyIsCrappy * (-7)
13:26:21 <esolangs> [[Talk:LaserFuck]] https://esolangs.org/w/index.php?diff=97481&oldid=97480 * CappyIsCrappy * (+97)
13:44:45 <esolangs> [[Talk:LaserFuck]] https://esolangs.org/w/index.php?diff=97482&oldid=97481 * CappyIsCrappy * (+278) /* Note */ new section
13:46:14 <esolangs> [[BunnyBell]] https://esolangs.org/w/index.php?diff=97483&oldid=97474 * PixelatedStarfish * (+429) /* Considerations */
13:50:49 <esolangs> [[Budge]] M https://esolangs.org/w/index.php?diff=97484&oldid=96442 * PythonshellDebugwindow * (+29) /* External resources */ Add category
13:51:16 <esolangs> [[Budge]] M https://esolangs.org/w/index.php?diff=97485&oldid=97484 * PythonshellDebugwindow * (-48) /* Turing completeness */ Use wiki link
13:52:41 <esolangs> [[FuSS]] M https://esolangs.org/w/index.php?diff=97486&oldid=93961 * PythonshellDebugwindow * (+94) Add categories, stub, remove comma
14:15:22 <esolangs> [[Bundle]] M https://esolangs.org/w/index.php?diff=97487&oldid=97475 * PythonshellDebugwindow * (+66) Add categories
14:17:36 <esolangs> [[Talk:LaserFuck]] https://esolangs.org/w/index.php?diff=97488&oldid=97482 * Bangyen * (+295)
14:47:42 -!- definitelya has quit (Quit: h).
14:49:50 -!- definitelya has joined.
14:55:22 <esolangs> [[User:3s0!an9 b0y]] N https://esolangs.org/w/index.php?oldid=97489 * 3s0!an9 b0y * (+108) A programmer with rapidly changing interests who occasionally makes esolangs.
15:25:08 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=97490&oldid=97443 * PixelatedStarfish * (-9) /* Arguments */
15:27:31 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=97491&oldid=97490 * PixelatedStarfish * (-8) /* Arguments */
15:45:35 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=97492&oldid=97491 * PixelatedStarfish * (-13) /* Arguments */
15:47:31 <esolangs> [[BunnyBell Documentation]] https://esolangs.org/w/index.php?diff=97493&oldid=97492 * PixelatedStarfish * (+142) /* Proof by Translation to bf */
16:03:20 <esolangs> [[Special:Log/newusers]] create * Lanksy * New user account
16:05:43 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97494&oldid=97470 * Lanksy * (+188) /* Introductions */
16:06:16 <esolangs> [[User:Lanksy]] N https://esolangs.org/w/index.php?oldid=97495 * Lanksy * (+18) Created page with "Creator of Bundle."
16:12:21 <esolangs> [[Bundle]] https://esolangs.org/w/index.php?diff=97496&oldid=97487 * Lanksy * (-110) These 2 commands are being removed in the next version, thus not applicable anymore.
16:17:37 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
16:19:25 <esolangs> [[Bundle]] https://esolangs.org/w/index.php?diff=97497&oldid=97496 * Lanksy * (+114) /* Example programs */
16:27:55 -!- tromp has joined.
17:00:51 -!- tech_exorcist has joined.
17:14:12 -!- Sgeo has joined.
17:19:55 <esolangs> [[Bundle]] M https://esolangs.org/w/index.php?diff=97498&oldid=97497 * Lanksy * (+1) /* = Cat program */
17:27:28 <esolangs> [[Sharp]] N https://esolangs.org/w/index.php?oldid=97499 * Nick-1666 * (+6470) Created page with "{{wrongtitle|title=#}} '''#''' (Pronounced as "sharp") is a [[Push-down_automaton|stack-based]], [[Turing-complete]] programing language drawring inspiration from [[BrainFuck]..."
17:47:18 <esolangs> [[User talk:Lanksy]] N https://esolangs.org/w/index.php?oldid=97500 * Lanksy * (+0) Created blank page
17:50:55 <esolangs> [[User:Lanksy]] https://esolangs.org/w/index.php?diff=97501&oldid=97495 * Lanksy * (+4)
17:55:11 <esolangs> [[Sharp]] M https://esolangs.org/w/index.php?diff=97502&oldid=97499 * Zip * (-3) fixed a few spellings
18:08:27 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
18:55:51 -!- tromp has joined.
18:58:59 <esolangs> [[Gdelang]] https://esolangs.org/w/index.php?diff=97503&oldid=96647 * TJC games * (+32) /* Interpretation */
19:05:39 <esolangs> [[FP trivia]] https://esolangs.org/w/index.php?diff=97504&oldid=94961 * Fpstefan * (-12) actual website
19:08:55 -!- Melvar has quit (Quit: WeeChat 3.4).
19:16:06 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:21:11 -!- tromp has joined.
19:37:42 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
19:39:42 -!- tromp has joined.
20:09:41 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:17:24 -!- Melvar has joined.
20:18:18 -!- tromp has joined.
20:19:58 -!- tech_exorcist has quit (Quit: Disconnecting).
20:35:36 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
20:44:58 -!- tromp has joined.
21:15:28 -!- definitelya has quit (Quit: h).
21:17:06 -!- perlbot has quit (Ping timeout: 244 seconds).
21:18:27 -!- simcop2387 has quit (Ping timeout: 240 seconds).
21:22:04 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
21:29:46 -!- simcop2387 has joined.
21:31:16 -!- perlbot has joined.
21:45:22 -!- tromp has joined.
21:53:03 -!- __monty__ has quit (Quit: leaving).
22:07:55 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…).
22:28:23 -!- Thelie has joined.
22:29:16 <esolangs> [[Special:Log/newusers]] create * LongLostPlanet * New user account
22:35:39 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97505&oldid=97494 * LongLostPlanet * (+122) /* Introductions */
22:38:45 <esolangs> [[Esolang:Introduce yourself]] https://esolangs.org/w/index.php?diff=97506&oldid=97505 * LongLostPlanet * (+85) /* Introductions */
23:00:49 <esolangs> [[User:Salpynx/Galveston]] https://esolangs.org/w/index.php?diff=97507&oldid=97464 * Salpynx * (+123) /* Interactive scenario */ example code in assembly markup
23:03:16 <esolangs> [[User:Salpynx/Galveston]] M https://esolangs.org/w/index.php?diff=97508&oldid=97507 * Salpynx * (+35) /* Jump convention */ formatting
23:12:25 -!- Thelie has quit (Remote host closed the connection).
23:49:35 <esolangs> [[User:Salpynx/Galveston]] https://esolangs.org/w/index.php?diff=97509&oldid=97508 * Salpynx * (+1447) /* Implementation Suggestions */ Various notations + assembler labels
23:58:09 <esolangs> [[User:Salpynx/Galveston]] M https://esolangs.org/w/index.php?diff=97510&oldid=97509 * Salpynx * (-1) /* Implementation Suggestions */
←2022-05-28 2022-05-29 2022-05-30→ ↑2022 ↑all