Bug 260378

Summary: Allow using e as *10^
Product: [Applications] kalgebra Reporter: Adria <swiftscythe>
Component: generalAssignee: Aleix Pol <aleixpol>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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