From cf555bc8ae6a233b33567fb4f95acfcdcb0379bb Mon Sep 17 00:00:00 2001 From: zhelenskiy Date: Fri, 14 May 2021 10:48:57 +0300 Subject: [PATCH] TODO removed as I already added what neeed --- .../kotlin/space/kscience/kmath/operations/algebraExtensions.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/kmath-core/src/commonMain/kotlin/space/kscience/kmath/operations/algebraExtensions.kt b/kmath-core/src/commonMain/kotlin/space/kscience/kmath/operations/algebraExtensions.kt index 422b1ae1a..7967aeadb 100644 --- a/kmath-core/src/commonMain/kotlin/space/kscience/kmath/operations/algebraExtensions.kt +++ b/kmath-core/src/commonMain/kotlin/space/kscience/kmath/operations/algebraExtensions.kt @@ -94,8 +94,6 @@ public fun Iterable.averageWith(space: S): T where S : Ring, S : Sc public fun Sequence.averageWith(space: S): T where S : Ring, S : ScaleOperations = space.average(this) -//TODO optimized power operation - /** * Raises [arg] to the non-negative integer power [exponent]. *