Merge pull request #334 from zhelenskiy/dev

TODO removed as I already added what neeed
This commit is contained in:
Alexander Nozik 2021-05-14 10:50:54 +03:00 committed by GitHub
commit a0621bba5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,8 +94,6 @@ public fun <T, S> Iterable<T>.averageWith(space: S): T where S : Ring<T>, S : Sc
public fun <T, S> Sequence<T>.averageWith(space: S): T where S : Ring<T>, S : ScaleOperations<T> =
space.average(this)
//TODO optimized power operation
/**
* Raises [arg] to the non-negative integer power [exponent].
*