it's scientific notiation. just treat `e` as the visual equvalient of `x10^`
– Marc BSep 15 '16 at 16:16
PHP natively understands scientific notation - if you've got a string in that format then any mathematical operations will work fine. If you're looking to convert it for display, look into `sprintf`.
– iainnSep 15 '16 at 16:23