1.0.1 • Published 1 year ago

ftable-js v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

FTable-JS

this is not "another javascript framework", this is Freedom Table data written in javascript.

Install

Install with npm:

$ npm install --save ftable-js

Usage

import { FTable } from "ftable-js";
or;
import { GetFreedomValue } from "ftable-js";

or you can just copy it from the file, and use it in your program.

Example

    ...
    //Ftable[alpha].[df2 - 1].row[df1 - 1];
    var result = FTable["0.05"].col[15 - 1].row[3 - 1];

    //GetFreedomValue(df1, df2, alpha);
    var result2 = GetFreedomValue(3, 15, 0.05);

    //they both return the same value => 3.2874

Why FTable-JS?

FTable-JS makes JavaScript easier by taking the wasting time of copypaste-ing from Freedom table to your codebase. FTable-JS great for:

  • to Help you with your homework.
  • Create an app that has/or need an F table value finder.
  • Data Analysis

License

just use it lol.

1.0.1

1 year ago

1.0.0

1 year ago