Define the function squarefact::Int -> Int that computes for any positive integer n the squared factorial (n!)^2 == (1 * …* n)^2

前端 未结 0 1562
灰色年华
灰色年华 2021-01-22 05:29

I am trying to define a function that computes for any positive integer the square of its factorial

(I am a beginner in Haskell any tips or help is appreciated)

I

相关标签:
回答
  • 消灭零回复
提交回复
热议问题