Share via


WorksheetFunction.ImSqrt Method (Excel)

Returns the square root of a complex number in x + yi or x + yj text format.

Syntax

.ImSqrt(Arg1)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Variant

Inumber - a complex number for which you want the square root.

Return Value

String

Remarks

  • Use COMPLEX to convert real and imaginary coefficients into a complex number.

  • The square root of a complex number is: Ff193510.awfimsq1_ZA06051168(ko-kr,office.14).gifwhere: Ff193510.awfimsq2_ZA06051169(ko-kr,office.14).gifand: Ff193510.awfimsq3_ZA06051170(ko-kr,office.14).gifand: Ff193510.awfimar3_ZA06051155(ko-kr,office.14).gif

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members