integral

package
v0.0.0-...-3361bab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DEG = (180.0 / math.Pi) //rad -> deg
	RAD = (math.Pi / 180.0) //deg -> rad
)

Variables

This section is empty.

Functions

This section is empty.

Types

type TrapezoidIntegrator

type TrapezoidIntegrator struct {
	// contains filtered or unexported fields
}

func NewIntegrator

func NewIntegrator(stp int, ll, ul float64, exp string) TrapezoidIntegrator

func (TrapezoidIntegrator) Run

func (t TrapezoidIntegrator) Run() float64

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL