Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Calculator: exponential not always triggered #2879

Closed
mnp opened this issue Apr 13, 2016 · 5 comments
Closed

Calculator: exponential not always triggered #2879

mnp opened this issue Apr 13, 2016 · 5 comments
Assignees

Comments

@mnp
Copy link
Contributor

mnp commented Apr 13, 2016

  • 1 * 1e1 triggers correctly into calculator and evaluates to 10.
  • 1 * 1.0e1 does not trigger calculator. For some reason, tabs for Steve Miller's Joker are the first search hit :-)

Test cases should probably include

  • all combinations of sign and no sign on exponent and mantissa
  • all combinations of float and int exponent and mantissa

Thanks.

IA Page: http://duck.co/ia/view/calculator
Maintainer: @GuiltyDolphin

@GuiltyDolphin GuiltyDolphin self-assigned this Apr 13, 2016
@GuiltyDolphin
Copy link
Member

@mnp Thanks for pointing this out - it appears to be fixed in #1927, see:

screenshot from 2016-04-13 15 18 30

and

screenshot from 2016-04-13 15 18 49

Which should hopefully be merged soon!

@alxlion
Copy link

alxlion commented May 12, 2016

@GuiltyDolphin : Not for my part (beta/non-beta)

capture d ecran_2016-05-12_14-38-15

@GuiltyDolphin
Copy link
Member

@lnalex I don't believe the Calculator is on beta right now. You can try the changes out locally by checking out the branch on #1927 (let me know if it works).

@alxlion
Copy link

alxlion commented May 12, 2016

@GuiltyDolphin Fixed with #1927 👍

@pjhampton
Copy link
Contributor

Seems solved to me 👍 closing...

@ghost ghost removed the Status: PR Received label May 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants