funkoff 1.4.0 copy "funkoff: ^1.4.0" to clipboard
funkoff: ^1.4.0 copied to clipboard

An over-powered engine to evaluate mathematical graph functions.

FUNK OFF 📈 #

Build Status

An over-powered engine to evaluate mathematical graph functions. 📈

About 📚 #

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 📥 #

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 🔨 #

Importing #

Import the engine-API like this:

import 'package:funkoff/funkoff.dart';

Note 📜 #

  • Funk Off 📈 by Alexander Abraham 🖤 a.k.a. "The Black Unicorn" 🦄
  • Licensed under the MIT license.
5
likes
120
pub points
0%
popularity

Publisher

verified publisherblckunicorn.art

An over-powered engine to evaluate mathematical graph functions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

pedantic

More

Packages that depend on funkoff