Bug 260378 - Allow using e as *10^
Summary: Allow using e as *10^
Status: RESOLVED FIXED
Alias: None
Product: kalgebra
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Aleix Pol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 16:05 UTC by Adria
Modified: 2010-12-20 03:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adria 2010-12-17 16:05:52 UTC
Version:           unspecified (using KDE 4.5.4) 
OS:                Linux

I think it would be quite convenient to be able to type:
2e3 or 2e-3
instead of
2*10^3 or 2*10^-3

Thanks :)

Reproducible: Didn't try
Comment 1 Aleix Pol 2010-12-20 03:41:53 UTC
SVN commit 1207859 by apol:

Make it possible to specify very large or small numbers with the e infix (1e1, 1e-2).

BUG: 260378


 M  +18 -22    explexer.cpp  
 M  +1 -0      explexer.h  
 M  +4 -0      tests/analitzatest.cpp  
 M  +5 -0      tests/exptest.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1207859