16 lines
248 B
Go
16 lines
248 B
Go
///
|
|
/// Copyright (c) 2018 xdx. All rights reserved.
|
|
///
|
|
/// \file: doc.go
|
|
///
|
|
/// \brief:
|
|
///
|
|
/// \author: xdx
|
|
///
|
|
|
|
/*
|
|
Package gmath (mathematical Library) is the basic mathematical library
|
|
Named as gmath is easy to auto imports.
|
|
*/
|
|
package gmath
|