Changes

Jump to: navigation, search

DPS921/Halt and Catch Fire

2 bytes added, 12:24, 8 December 2016
Parallel - Pi
}
// Method: Claculate Calculate time delta
func (self *StopWatch) Milliseconds() uint32 {
return uint32(self.stop.Sub(self.start) / time.Millisecond)
}
// Function: Serial calustion calculation of PI
func PI(samples int) float64 {
var inside int = 0
147
edits

Navigation menu