forked from kscience/kmath
Remove explicity qualification
This commit is contained in:
parent
e6876c3f97
commit
b02091402f
@ -30,7 +30,7 @@ internal class ExpressionsInterpretersBenchmark {
|
|||||||
@Benchmark
|
@Benchmark
|
||||||
fun mstExpression() {
|
fun mstExpression() {
|
||||||
val expr = algebra.mstInField {
|
val expr = algebra.mstInField {
|
||||||
MstField.symbol("x") * 2.0 + 2.0 / MstField.symbol("x") - 16.0
|
symbol("x") * 2.0 + 2.0 / symbol("x") - 16.0
|
||||||
}
|
}
|
||||||
|
|
||||||
invokeAndSum(expr)
|
invokeAndSum(expr)
|
||||||
|
Loading…
Reference in New Issue
Block a user