JSON, The Network Type System

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น •

  • @JatinSanghvi1
    @JatinSanghvi1 3 ปีที่แล้ว +1

    Minor correction: the minimum allowed integer value should be -2^53 + 1.

    • @jkluborg
      @jkluborg 3 ปีที่แล้ว +1

      I think the range is -2^53 to 2^53 + 1 given by: "A floating-point format is specified by: a base (also called radix) b, which is either 2 (binary) or 10 (decimal) in IEEE 754; a precision p; an exponent range from emin to emax, with emin = 1 − emax for all IEEE 754 formats." Taken from here: en.wikipedia.org/wiki/IEEE_754