Tootfinder

Opt-in global Mastodon full text search. Join the index!

@sascha_wolfer@fediscience.org
2026-03-18 18:09:48

Try this in #Rstats :
x <- -42
x^2.3
==> NaN ("not a number")
Now try this:
-42^2.3
==> -5413.441
🤯
(adapted from the wonderful 'R Inferno' by Patrick Burns #precedence