17 May 2022 |
ColTim#5847 | doesn't the lib-c version have sin ? | 14:43:43 |
ColTim#5847 | * doesn't the lib-c version have `sin ? | 14:43:52 |
razetime | ah `sin might be enough. I was thinking of a way to get it using the primitives | 14:53:05 |
Internet Janitor | diy taylor series with encode I guess | 15:26:26 |
Internet Janitor | or just use ike, where you have all the fun stuff: https://github.com/JohnEarnest/ok/tree/gh-pages/ike#built-in-functions | 15:27:15 |
razetime | gotcha. | 15:35:55 |
razetime | i wish i could just throw oK stuff in ngn/k | 15:36:15 |
| hardkorebob joined the room. | 17:30:17 |
hardkorebob | New here and to Array languages. Going thru J primer, watching tangentstorm videos and also found the ngn/k tutorial 3 days ago. | 17:40:30 |
hardkorebob | No a coder per se but I'm a smart dude and the last 3 days my love for coding has resparked. Thank you (please ping my matrix) tangentstorm for the inspiration. Looking to collaborate and build cool stuff with yall | 17:41:54 |
hardkorebob | * Not a coder per se but I'm a smart dude and the last 3 days my love for coding has resparked. Thank you (please ping my matrix) tangentstorm for the inspiration. Looking to collaborate and build cool stuff with yall | 17:42:42 |
ngn | hardkorebob: welcome to the world of lies, petty philosophical arguments, overexcitement about notation, and hate of loops - the world of array languages | 18:02:42 |
hardkorebob | Gracias | 18:03:10 |
hardkorebob | Hablo EspaƱol tambien | 18:03:24 |
hardkorebob | Fully bilingual | 18:03:31 |
Internet Janitor | but mostly the world of solving code golf problems and then generalizing that experience | 18:09:29 |
| OsKaR31415 changed their display name from oskar31415#2355 to OsKaR31415#2355. | 19:30:43 |
| OsKaR31415 changed their display name from OsKaR31415#2355 to OsKaR31415. | 19:30:44 |
Alex Shroyer | welcome! | 20:19:41 |
hardkorebob | Thank u | 22:15:08 |
eris | what value is 9223372036854775808? | 22:25:18 |
eris | like, which INT MAX is it? | 22:25:23 |
eris | or int min | 22:25:25 |
ngn | it's 2^63 | 22:25:54 |
eris | ahh | 22:26:26 |
eris | largest 63bit? | 22:26:32 |
ngn | eris: -1 | 22:27:07 |
ngn | * eris: +1 | 22:27:16 |
ngn | i.e. that's one above the max signed int that fits in 64 bits | 22:27:52 |
eris | ahh | 22:28:05 |