“Golang круглый поплавок до количества Ditigs точность” Ответ

Golang круглый поплавок до количества Ditigs точность

// Rounds float64 number to nbDigits
func Round(num float64, nbDigits float64) float64 {
	pow := math.Pow(10., nbDigits)
	rounded := float64(int(num*pow)) / pow
	return rounded
}
smjure

Golang круглый поплавок до количества Ditigs точность

// Rounds float64 number to nbDigits
func Round(num float64, nbDigits float64) float64 {
	pow := math.Pow(10., nbDigits)
	rounded := float64(int(num*pow)) / pow
	return rounded
}
smjure

Golang круглый поплавок до количества Ditigs точность

// Rounds float64 number to nbDigits
func Round(num float64, nbDigits float64) float64 {
	pow := math.Pow(10., nbDigits)
	rounded := float64(int(num*pow)) / pow
	return rounded
}
smjure

Golang круглый поплавок до количества Ditigs точность

// Rounds float64 number to nbDigits
func Round(num float64, nbDigits float64) float64 {
	pow := math.Pow(10., nbDigits)
	rounded := float64(int(num*pow)) / pow
	return rounded
}
smjure

Ответы похожие на “Golang круглый поплавок до количества Ditigs точность”

Вопросы похожие на “Golang круглый поплавок до количества Ditigs точность”

Смотреть популярные ответы по языку

Смотреть другие языки программирования