clementwzk/OpenCalc

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

Open

#278 opened on 2023年5月9日

GitHub で見る
 (1 comment) (2 reactions) (1 assignee)Kotlin (182 forks)auto 404
bughelp wantedimportant

Repository metrics

Stars
 (1,480 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド