A Euclidean 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 DivMod performs a Eucledan division producing a quotient and remainder. This version only work
(dvdn, dvsr int)
source not stored for this graph (policy: none)