﻿功能:开方

格式:Sqrt(z)

说明:对复数z开方,等价于z^0.5

例子:

sqrt(-8+9i)//回车
ans = 1.42154749811469 + 3.16556429241236i