I need to compute some (elementary) statistics on durations. Although I like time implementation in Go and i need the duration functions to determine a time lapse, and I could add and multiply (although not elegantly) durations, I find myself in a dead end when i want to compute the Square Root. The only solution I see is to convert to float64 (But how convert any time lapse in float64 ?)