funkoff 1.3.0-nullsafety.0 copy "funkoff: ^1.3.0-nullsafety.0" to clipboard
funkoff: ^1.3.0-nullsafety.0 copied to clipboard

discontinued
outdated

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 the same 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.3.0-nullsafety.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
0
pub points
0%
popularity

Publisher

verified publisherblckunicorn.art

An over-powered engine to evaluate mathematical graph functions.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

pedantic

More

Packages that depend on funkoff