码迷,mamicode.com
首页 > Web开发 > 详细

PHP 科学计数 转 Double

时间:2018-12-11 17:21:03      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:code   2.3   tar   blank   com   _for   sci   over   orm   

本文转自:https://stackoverflow.com/questions/4576927/convert-a-string-containing-a-number-in-scientific-notation-to-a-double-in-php

 

//eg $sciNotation = 2.3649E-8
$number = number_format($sciNotation, 10); //Use $dec_point large enough
echo rtrim($number, ‘0‘); //Remove trailing zeros

 

PHP 科学计数 转 Double

标签:code   2.3   tar   blank   com   _for   sci   over   orm   

原文地址:https://www.cnblogs.com/freeliver54/p/10102958.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!