//
pkg.gl
Category
github.com/faycheng/gob
bucket
package
0.0.0-20200603073626-9d88665210ea
Repository:
https://github.com/faycheng/gob.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
151 SLOC
#
Functions
NewBucket
No description provided by the author
NewConstant
No description provided by the author
NewExp2
No description provided by the author
NewLife
No description provided by the author
NewLinear
No description provided by the author
NewPower
No description provided by the author
#
Structs
Bucket
No description provided by the author
Constant
f(x)=c.
Exp2
f(x)=2^x+b.
Life
No description provided by the author
Linear
f(x)=ax+b.
Power
f(x)=x^y+b.
#
Interfaces
Sequence
No description provided by the author