fang_oost 0.13.8

A library implementing Fang and Oosterlee's algorithm for inverting characteristic functions.
Documentation
[package]
name = "fang_oost"
version = "0.13.8"
authors = ["Daniel Stahl <danstahl1138@gmail.com>"]
homepage = "https://github.com/phillyfan1138/fang_oost_rust"
repository = "https://github.com/phillyfan1138/fang_oost_rust"
readme = "README.md"
license = "MIT"
description = "A library implementing Fang and Oosterlee's algorithm for inverting characteristic functions."

[dependencies]
num = "0.2"
rayon = "1.0.1"
num-complex = "0.2"

[dev-dependencies]
approx = "0.2.0"
statrs = "0.7.0"

[badges]
travis-ci = { repository = "phillyfan1138/fang_oost_rust" }