ROUTMIO_DEV

TOOLS

DDL 생성기DDL → ERD 변환더미데이터 생성기정규식 테스터JSON 포매터Base64 변환기타임스탬프 변환기Cron 생성기회의 / 보고서 초안

DATABASE

LANGUAGE

Go math

11개 함수

math.Absmath.Abs(x float64) float64

절댓값을 반환합니다.

math.Ceilmath.Ceil(x float64) float64

올림한 값을 반환합니다.

math.Floormath.Floor(x float64) float64

내림한 값을 반환합니다.

math.Roundmath.Round(x float64) float64

반올림한 값을 반환합니다.

math.Sqrtmath.Sqrt(x float64) float64

양의 제곱근을 반환합니다.

math.Powmath.Pow(x, y float64) float64

x의 y 거듭제곱을 반환합니다.

math.Maxmath.Max(x, y float64) float64

두 값 중 큰 값을 반환합니다.

math.Minmath.Min(x, y float64) float64

두 값 중 작은 값을 반환합니다.

math.Logmath.Log(x float64) float64

자연로그 값을 반환합니다.

math.Log10math.Log10(x float64) float64

상용로그(밑 10) 값을 반환합니다.

math.Pimath.Pi (const float64)

원주율 π ≈ 3.141592653589793.

이용약관개인정보처리방침문의하기Icons by Flaticon