ex_math 0.0.1 copy "ex_math: ^0.0.1" to clipboard
ex_math: ^0.0.1 copied to clipboard

Extended maths library.

example/ex_math_example.dart

import 'dart:math';

import 'package:ex_math/ex_math.dart';

void main(List<String> args){
	final a = <String>["nghti"].map((elem) => elem.split("")).fold(<String>[], (x,y) => [...x,...y]);
	final b = <String>["nacht"].map((elem) => elem.split("")).fold(<String>[], (x,y) => [...x,...y]);
	print(sorensenDiceSimilarity(source: a, reference: b));
	print(sorensenDice(source: a, reference: b));
}
0
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Extended maths library.

Repository (GitLab)
View/report issues

License

unknown (license)

More

Packages that depend on ex_math