Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I've only seen one thing actually use it in Go:

    	func Polar(x complex128) (r, θ float64) {
    		return Abs(x), Phase(x)
    	}
    
It seems to be good for documentation reasons.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: