Explore >> Select a destination


You are here

hypirion.com
| | argumatronic.com
3.7 parsecs away

Travel
| | Occasional writings about Haskell.
| | degoes.net
3.0 parsecs away

Travel
| | Functional programming has a bit of jargon, but that doesn't have to stop you from understanding core concepts
| | noelwelsh.com
3.7 parsecs away

Travel
| | [AI summary] This article explains the core principles of functional programming, focusing on local reasoning and composition as its main goals, and discusses how these concepts apply to code structure and maintainability.
| | mikespivey.wordpress.com
20.6 parsecs away

Travel
| Equations of the form $latex x^3 = y^2 + k$ are called Mordell equations. In this post we're going to prove that the equation $latex x^3 = y^2 -7$ has no integer solutions, using (with one exception) nothing more complicated than congruences. Theorem: There are no integer solutions to the equation $latex x^3 = y^2...