]> Cypherpunks repositories - gostls13.git/commit
math/bits: add examples for Add, Sub, Mul and Div
authorPedro Lopez Mareque <pedro.lopez.mareque@gmail.com>
Fri, 8 Oct 2021 05:01:35 +0000 (07:01 +0200)
committerIan Lance Taylor <iant@golang.org>
Thu, 11 Nov 2021 21:27:05 +0000 (21:27 +0000)
commitc3c4a2bf6589f8c1e046149356fb5456b34a0df1
tree3e3fc0bb6aaf9cd50d782d601384295b68e1d2e1
parent9d89a5eb64f25ce0e7cc6086d44b6f327cbb302c
math/bits: add examples for Add, Sub, Mul and Div

Change-Id: I2f3619aa827e18f356871511c20cf2c712f496b3
Reviewed-on: https://go-review.googlesource.com/c/go/+/353189
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Keith Randall <khr@golang.org>
src/math/bits/example_math_test.go [new file with mode: 0644]