opcalc 0.2.1

An easy-to-use black-scholes option calculator. Made for JS, built in Rust.
Documentation
1
2
3
4
5
6
7
8
import { render } from "@testing-library/react";
import App from "./App";

describe("App", () => {
  it("should compile", () => {
    render(<App />);
  });
});