Skip to content
#

double

Here are 22 public repositories matching this topic...

知识点摘要-(数组集合)-(异常重现-避免)-(日历Date-Calendar)-(随机红包-随机数-浮点数)-(递归复制删除文件-io流)-(群聊私聊-多线程-网络)-(天气API-序列化-反序列化)-(数据结构-集合-单向链表-双向链表-crud)-(多线程切割合并文件-多线程-io流)

  • Updated Jun 17, 2022
  • Java

The float data type is a single-precision 32-bit IEEE 754 floating point.Its value range is unlimited. It is recommended to use a float (instead of double) if you need to save memory in large arrays of floating point numbers. The double data type is a double-precision 64-bit IEEE 754 floating point. Its value range is unlimited.

  • Updated Jan 17, 2023
  • Java

Add this topic to your repo

To associate your repository with the double topic, visit your repo's landing page and select "manage topics."

Learn more