skillbox_dart_basics

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

skillbox dart basics

Package for training dart basics
Features #


Methods for calculating NOD and NOC of integers. Splits a number into prime factors and returns them.


Methods to convert integers from decimal to binary and back.


A method that takes a string of words separated by spaces. Finds numbers in this string and returns a collection num of these numbers.


A method that takes a collection of words. Returns Map. This Map correlates a word and the number of occurrences of that word in the given collection.


There is a collection of strings of the form 'one, two, three, cat, dog' or any other. The method returns the numbers without repetitions (Set) that occur in the given string. However, the numbers occur as English words from zero to nine.


The method takes three points in three-dimensional space and returns the area of the triangle that these points form.


The root of any given degree from a number. Method as an extension-method for num.


A getMailSystem method that returns a value from an email that is after @. For example, if the user's email is user@mail.ru, this method will return mail.ru.


A method that calculates the value of a certain Riemann integral in given values and with a given partitioning accuracy. It outputs the discontinuity points.


Getting started #
Just start using this!)
Usage #
final a=9;
a.rootN(2, 6).toString();
copied to clipboard
Additional information #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.