FUNK OFF :chart_with_upwards_trend:

Build Status

An over-powered engine to evaluate mathematical graph functions. :chart_with_upwards_trend:

About :books:

The other day I wanted to compute a number of values for a function formula. I wondered how I could implement a function that handles cubes, squares and linear functions fed into a code function as a string and produce a list of values as Ys from a given list of Xs. Funk Off is that library. It supports linear functions, quadratic functions, and cubic functions!

Installation :inbox_tray:

Adding to your project

To add Funk Off to your project's dependencies, add this line to your project's pubspec.yaml:

From GitHub

depdencies:
  ...
  funkoff:
    git: git://github.com/iamtheblackunicorn/FunkOff.git

From Pub.dev

depdencies:
  ...
  funkoff: ^1.4.0

Usage :hammer:

Importing

Import the engine-API like this:

import 'package:funkoff/funkoff.dart';

Note :scroll:

  • Funk Off :chart_with_upwards_trend: by Alexander Abraham :black_heart: a.k.a. "The Black Unicorn" :unicorn:
  • Licensed under the MIT license.

Libraries

funkoff