Steady squares: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
Hout (talk | contribs)
Line 549:
// steadyPair :: Int -> [(String, String)]
const steadyPair = n => {
// An empty list if n is not steady., otherwise a
// Otherwiselist containing a listtuple containingof (n, n^2) strings.
const
s = `${n}`,