clementwzk/OpenCalc

The wrong formula with (90% : 90%) + (90% - 90%)

Open

#278 建立於 2023年5月9日

在 GitHub 查看
 (1 留言) (2 反應) (1 負責人)Kotlin (182 fork)auto 404
bughelp wantedimportant

倉庫指標

Star
 (1,480 star)
PR 合併指標
 (PR 指標待抓取)

描述

Describe the bug The formula was wrong with (90% : 90%) + (90% - 90%) The app's result is = 0,09 But other app, the expected result is = 1,09

To Reproduce Steps to reproduce the behavior:

  1. Go to the application
  2. Click on the expression (90% : 90%) + ( 90% - 90% )
  3. Check the result and see error

Expected behavior The expected result is = 1,09

貢獻者指南