Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        }
    
        @Override
        public double slope() {
          return NaN;
        }
    
        @Override
        public double transform(double x) {
          return NaN;
        }
    
        @Override
        public LinearTransformation inverse() {
          return this;
        }
    
        @Override
        public String toString() {
          return "NaN";
        }
      }
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Fri May 12 17:02:53 GMT 2023
    - 9.6K bytes
    - Viewed (0)
Back to top