PHP » GoLang |
login |
register |
about
|
floorfloor[code]
func Floor(value float64) float64 {
return math.Floor(value)
}
[/code]
|