Programming code to find if a specific number is a perfect square

后端 未结 0 1945
-上瘾入骨i
-上瘾入骨i 2021-01-03 22:45

I used the following code to found if a specific number is a perfect square:

Clear["Global`*"];
ParallelTable[
  If[IntegerQ[Sqrt[ ...]], ..., Nothi         


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