* A Euclidian division adapted from the Wikipedia entry http://en.wikipedia.org/wiki/Division_algorithm. You also can find other implementations in the Go libraries https://golang.org/src/pkg/math/big/int.go // This version only works if dividend and divisor > 0. // other conditions may cause panic
(dvdn, dvsr int)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected