Declaration
func Sqrt(value float) float
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Value | Float | The value for which the square root is required |
Return
| Type | Description |
|---|---|
| Float | The result of square root |
Calculate square root
func Sqrt(value float) float
go
| Name | Type | Description |
|---|---|---|
| Value | Float | The value for which the square root is required |
| Type | Description |
|---|---|
| Float | The result of square root |