Azamat Murzagalin

Results 5 comments of Azamat Murzagalin

were you able to solve the problem?

I've been very busy lately. Thanks @mahramane. I updated the kotlin version to 1.8.0 and gradle to 8.4

Hi, @jaydeepbhayani . Thanks for the feedback! I think something is wrong with your calculations. I tested your expression and everything seems correct with the library. >I have an expression...

I also checked your code, and it does not match the expression provided. I added a comment to the main function to highlight the mistake you made ```kotlin fun main()...

I added the test case for this expression: [test link](https://github.com/murzagalin/multiplatform-expressions-evaluator/blob/cbe2ed5c1486c4a617b83c637c08e4f0c2531783/src/commonTest/kotlin/com/github/murzagalin/evaluator/integration/DoubleValuesTests.kt#L33)