Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 53 (0.11 sec)

  1. android/guava/src/com/google/common/math/DoubleMath.java

       * the arithmetic mean of the population.
       *
       * @param values a nonempty series of values, which will be converted to {@code double} values
       *     (this may cause loss of precision for longs of magnitude over 2^53 (slightly over 9e15))
       * @throws IllegalArgumentException if {@code values} is empty
       * @deprecated Use {@link Stats#meanOf} instead, noting the less strict handling of non-finite
       *     values.
       */
      @Deprecated
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Feb 07 17:50:39 GMT 2024
    - 18.9K bytes
    - Viewed (0)
Back to top