Categorygithub.com/peterpf/gomathlib
repositorypackage
0.0.0-20221004082915-4871bd4aaebd
Repository: https://github.com/peterpf/gomathlib.git
Documentation: pkg.go.dev

# README

Go Math Library

Collection of several mathematical functions and data structures. Find a list of supported functions below:

Number Theory

  • Totient function
  • Möbius function
  • Greatest Common Divisor
  • Prime Factorization, Prime Factor Exponent

Stack Data Structure

  • First-In-First-Out (FIFO)

Image Processing

This section lists functions applied on matrices (provided by gonum.org/v1/gonum/mat) for image manipulation:

  • Average Filter
  • Gauss Filter

Data Scalers

List of scalers for data:

  • MinMaxScaler
  • StandardScaler
  • Limiter (to cap values between min and max)