Microsoft/calculator
Incorrect result for exponational and logarithmic functions with exact results
開放
#574 建立於 2019年7月5日
Area: User ExperienceBugPri: 3help wantedtriage approved
倉庫指標
- 星標
- (30,929 顆星)
- PR 合併指標
- (平均合併 15小時 43分鐘) (30 天內合併 7 個 PR)
描述
Describe the bug The below example shows a case that shown answer (2) doesn't match the real answer log(e^2)/log(e)-2 != 0
Steps To Reproduce
Steps to reproduce the behavior:
- Go to
Scientific mode - enter log(e^2)/log(e^1)-2
- See error
Expected behavior
log(e^2)/log(e^1)-2 should be 0 as base changing formula for logarithms:
Screenshots
Device and Application Information
- OS Build: 10.0.17134.0
- Architecture: X64
- Application Version: 10.1905.28.0
- Region: zh-CN
- Dev Version Installed: False
Additional context This is a new issue related with #309 and #222 Requested Assignment I'm just reporting this problem. I don't know how to fix it.