Approximate Owen's T function implementation.
C++ to JavaScript translation from OWENS library.
import { T } from "./owen-s-t-function";
console.log(T(1, 2));With npm:
$ npm install --save rotating-file-streamUnit test:
$ npm testTest coverage:
$ npm run coverageVisual test:
$ npm start