Go Sqrt()

Jmnote bot (토론 | 기여)님의 2023년 5월 27일 (토) 20:36 판 (봇: Go 패키지 math을(를) Go math 패키지(으)로 분류 대체함)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

Go Sqrt()
package main

import (
	"fmt"
	"math"
)

func main() {
	fmt.Println(math.Sqrt(16)) // 4
}

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}