Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fako1024 authored Sep 15, 2020
1 parent c999142 commit 7621d4c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Method / Tools for numerical methods / statistics
This package provides several methods / tools that support numerical methods and statistics in Go.

![Build/Test Status](https://github.com/fako1024/numerics/workflows/Go/badge.svg)
[![Github Release](https://img.shields.io/github/release/fako1024/numerics.svg)](https://github.com/fako1024/numerics/releases)
[![GoDoc](https://godoc.org/github.com/fako1024/numerics?status.svg)](https://godoc.org/github.com/fako1024/numerics/)
[![Go Report Card](https://goreportcard.com/badge/github.com/fako1024/numerics)](https://goreportcard.com/report/github.com/fako1024/numerics)
[![Build/Test Status](https://github.com/fako1024/numerics/workflows/Go/badge.svg)](https://github.com/fako1024/numerics/actions?query=workflow%3AGo)

This package provides several methods / tools that support numerical methods and statistics in Go.

## Features
- Various numeric methods, such as
Expand Down

0 comments on commit 7621d4c

Please sign in to comment.