Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
2t÷
Try it online!
-1 byte thanks to @Grimmy
Yet another port of my Keg answer for the sake of completion.
2t÷ 2t # Push the square root of two ÷ # Integer division
🍟🍅
Still no ketchup.
2t/ï2t÷ 2t # Push the square root of two /ï ÷ # Divide and cast# toInteger integerdivision
2t/ï 2t # Push the square root of two /ï # Divide and cast to integer
2t/ï2t÷
Try it online!Try it online!
2t/ï