sqr()
与えられた正の値から平方根を求める。
書式:
variable
= sqr(
number
)
例:
print
sqr(
9
)
コンソール上に 3 をプリント