Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 656 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 656 Bytes

xmath

Go Reference

Package xmath provides some extended capabilities according to GoLang's math. Please see godoc.

Examples

To run any example, please use the command like the following:

cd examples/
go run example1.go

Tests

To run all tests, please use the following command:

go test -v

To run all examples, please use the following command:

go test -v -run=^Example

To run all benchmarks, please use the following command:

go test -v -run=^Benchmark -bench=.