Skip to content

jw3126/SimpleIntegrals.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleIntegrals

Build Status

Usage

using SimpleIntegrals
xs = sort!(randn(100))
ys = randn(100)
integral(xs, ys)