{"id":349,"date":"2019-02-11T21:38:41","date_gmt":"2019-02-11T13:38:41","guid":{"rendered":"http:\/\/www.eait.co\/?p=349"},"modified":"2019-04-05T12:34:19","modified_gmt":"2019-04-05T04:34:19","slug":"java-double%e5%92%8cfloat%e7%9a%84%e8%8c%83%e5%9b%b4","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=349","title":{"rendered":"Java double\u548cfloat\u7684\u8303\u56f4"},"content":{"rendered":"<pre>\/**\r\n * Created by xabcd on 2019\/2\/11.\r\n *\/\r\npublic class Java_double_range\r\n{public static void main(String args[])\r\n{\r\n    System.out.println(\"float_max =\"+java.lang.Float.MAX_VALUE);\r\n    System.out.println(\"float_min =\"+java.lang.Float.MIN_VALUE);\r\n    System.out.println(\"double_max=\"+java.lang.Double.MAX_VALUE);\r\n    System.out.println(\"double_min=\"+java.lang.Double.MIN_VALUE);\r\n}\r\n}\r\n\r\n\r\n\r\n\u7ed3\u679c\uff1a\r\nfloat_max =3.4028235E38\r\nfloat_min =1.4E-45\r\ndouble_max=1.7976931348623157E308\r\ndouble_min=4.9E-324<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\/** * Created by xabcd on 2019\/2\/11. *\/ public class Ja [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[22,24],"tags":[],"class_list":["post-349","post","type-post","status-publish","format-standard","hentry","category-java","category-base_code"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/349","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=349"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/349\/revisions"}],"predecessor-version":[{"id":350,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/349\/revisions\/350"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=349"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=349"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=349"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}