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-stream
Unit test:
$ npm test
Test coverage:
$ npm run coverage
Visual test:
$ npm start