//! Library to perform calculations based on a financial option.
extern crate approx;
extern crate statrs;
extern crate web_sys;
use *;
// When the `wee_alloc` feature is enabled, use `wee_alloc` as the global
// allocator.
static ALLOC: WeeAlloc = INIT;
extern "C"