answers in scientific notation (\AMCnumericChoices) (Feature #260)
Description
same format as displayed by a pocket calculator when setting SCI and e.g. FIX 2 (normalized scientific form or standard form):
–0.13579 is displayed as –1.36E–1
So there would be two numbers to code: the significand (e.g. digits=3, decimals=2, sign=true) and the exponent (e.g. digitsexponent=1, signexponent=true), both with an optional sign and the letter "E" displayed between the two numbers.
All in all the above number would have 6 lines in vertical mode:
– 1
.
3
6
E
– 1
Detail: Zero should be coded as 0.00E0, but minus signs should also be allowed and also different exponents: –0.00E–5 should also be allowed if the result is 0.
Related issues
duplicated by Feature #462: amcnumericchoices | Closed | 02/08/2017 |
History
Updated by Alexis Bienvenüe about 10 years ago
- Target version deleted (
1.3.0) - Assignee deleted (
Alexis Bienvenüe)
Updated by math user almost 11 years ago
I do not need this feature anymore, so this feature request can be deleted.
Updated by Lucas Silva almost 10 years ago
I'm assuming this feature hasn't been implemented, but I absolutely need it. Is there any way for me to work around the lack of this feature?
Updated by Alexis Bienvenüe almost 10 years ago
If you have some LaTeX skills: look at the code for AMCnumericChoices
, and extend it. If you do so, please propose a patch to include it in AMC!
Updated by Lucas Silva almost 10 years ago
Ive only taken a basic programming course, but I suppose I could give it a try. Where do I even begin looking into this?
Updated by Alexis Bienvenüe about 7 years ago
Added with revision hg:5dfade6a0bba.
See attached LaTeX sample files.
- Status changed from New to Feedback
- File expo.tex added
- File subject.pdf added
Updated by Alexis Bienvenüe about 7 years ago
- Target version set to 1.4.0
Updated by Alexis Bienvenüe over 6 years ago
- Status changed from Feedback to Closed
- % Done changed from 0 to 100