首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏Porschev[钟慰]的专栏

    Nodejs学习笔记(十七)--- 浮点运算decimal.js

    decimal.js加减乘除运算 An arbitrary-precision Decimal type for JavaScript  GITHUB: https://github.com/MikeMcl

    5.5K80发布于 2018-01-16
  • 来自专栏Fdu弟中弟

    java-大整数

    System.out.println(a.multiply(b)); } } ---- 原题链接:Java BigDecimal Java’s BigDecimal class can handle arbitrary-precision

    81030发布于 2021-02-24
  • 来自专栏一个会写诗的程序员的博客

    CUE 是一种开源数据约束语言,旨在简化涉及定义和使用数据的任务(The CUE Data Constraint Language)

    YAML and JSON automatically simplify configurations rich APIs designed for automated tooling formatter arbitrary-precision

    3.1K10发布于 2020-11-24
  • 来自专栏全栈程序员必看

    Thinking in Java 系列 —(一)基本语法和操作

    描述很大的数据用: BigInteger supports arbitrary-precision integers. BigDecimal is for arbitrary-precision fixed-point numbers; you can use these for accurate monetary calculations

    38420编辑于 2022-09-08
  • 来自专栏音视频技术

    Fabrice Bellard:一个人抵得上一个百人团队

    其中在被问到为什么要用普通计算机来计算Pi时,他是这样回答的: “我对 Pi 本身并没有特别的兴趣,而是对执行任意精度计算(Arbitrary-precision arithmetic)所涉及的各种算法感兴趣

    1.4K30发布于 2021-07-12
  • 来自专栏s09g的技术博客

    零基础入门分布式系统 8. 案例研究 Case studies (完)

    只要我们使用arbitrary-precision任意精度(浮点数的精度有限),这个新的位置总是存在的。

    2.2K10编辑于 2022-12-18
  • 来自专栏前端精读评论

    15. 精读《TC39 与 ECMAScript 提案》

    Arbitrary-precision Integers 新增了基本类型:整数类型,以及 Integer api 与字面语法 1234n。

    1K31编辑于 2022-03-14
  • 来自专栏AILearning

    Apache Spark 2.2.0 中文文档 - Spark SQL, DataFrames and Datasets Guide | ApacheCN

    DecimalType: Represents arbitrary-precision signed decimal numbers.

    28.2K80发布于 2018-01-05
领券