Class Scientific

java.lang.Object
com.alibaba.fastjson2.util.Scientific

public class Scientific extends Object
Date 2024/5/25 10:46 Created by wangyc
  • Field Details

    • output

      public final long output
    • count

      public final int count
    • e10

      public final int e10
    • b

      public final boolean b
    • SCIENTIFIC_NULL

      public static final Scientific SCIENTIFIC_NULL
    • ZERO

      public static final Scientific ZERO
    • NEGATIVE_ZERO

      public static final Scientific NEGATIVE_ZERO
    • DOUBLE_MIN

      public static final Scientific DOUBLE_MIN
  • Constructor Details

    • Scientific

      public Scientific(long output, int count, int e10)
    • Scientific

      public Scientific(int e10, boolean b)
  • Method Details