About 1,873,245 results (1,183 milliseconds)

Trying to find the smallest positive value from multiple ranges ...

https://support.google.com/docs/thread/18286204/trying-to-find-the-smallest-positive-value-from-multiple-ranges?hl=en
Nov 1, 2019 ... This will filter out all the negative numbers (and 0) and give you the lowest positive number. ... false. Enable Dark Mode. 1.

VLOOKUP - Google Docs Editors Help

https://support.google.com/docs/answer/3093318?hl=en
The index must be a positive integer. is_sorted : Optional input. Choose an option: FALSE = Exact match. This is recommended. TRUE = Approximate match. This ...

Data types | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types
... numbers between the most positive number and most negative number in the value range. ... FALSE. -0.0, = 0.0, TRUE. -0.0, <, 0.0, FALSE. For more information on ...

REPEATEDLY APPENDING ANY DIGIT TO GENERATE ...

https://research.google.com/pubs/archive/40337.pdf
Given a digit d, let's use the term seed for a number coprime to d such that appending any number of ds on the right yields a composite. The smallest positive.

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
... FALSE`; `NOT(FALSE)` returns `TRUE`. Learn more. Logical, OR, OR ... SQRTPI(value), Returns the positive square root of the product of Pi and the given positive ...

General issues that came up in the DarkMatter discussion(s)

https://groups.google.com/g/mozilla.dev.security.policy/c/7WuWS_20758/m/erK0-f0GCwAJ
This is not true in the least. Serial number size has been configurable ... I didn't add more checks because of the false positive rate issue; if I ...

Mathematical functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/mathematical_functions
Divides integer X by integer Y . EXP, Computes e to ... Returns TRUE if the value is positive or negative infinity. X, IS_INF(X). +inf, TRUE. -inf, TRUE. 25 ...

Machine Learning Glossary | Google for Developers

https://developers.google.com/machine-learning/glossary
TN is the number of true negatives (correct predictions). FP is the number of false positives (incorrect predictions). FN is the number of false negatives ( ...

Encoding | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/encoding
In Protoscope, false and true are aliases for these byte strings. Signed ... Positive integers p are encoded as 2 * p (the even numbers), while ...

Legacy SQL Syntax, Functions and Operators | BigQuery | Google ...

https://cloud.google.com/bigquery/docs/reference/legacy-sql
where <expr> is a positive integer, PRECEDING indicates a preceding row number ... true or false. The return values can be literals or field-derived values ...

Strict inequality in ampl

https://groups.google.com/g/ampl/c/i2D8VAwtBcc
Aug 3, 2015 ... ... smallest positive value that [expression] can have? If there exists ... param N integer > 0; param a {1..N} > 0; var x {1..N} binary ...

Data types in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/data-types
... numbers between the most positive number and most negative number in the value range. ... FALSE. -0.0, = 0.0, TRUE. -0.0, <, 0.0, FALSE. For more information on ...

Detecting Argument Selection Defects

https://research.google.com/pubs/archive/46317.pdf
Higher thresholds increase precision, giving a true positive rate of 85%, reporting 459 true positives and 78 false positives. Lower thresholds increase recall ...

help!

https://groups.google.com/g/alt.algebra.help/c/6RijlPcitfA/m/bD40ypXtHwAJ
Mar 21, 1996 ... >Does anyone know how to dertermine the smallest positive integer x for ... Post again if this is not sufficient. -- J Lee Jaap <Jaa ...

YARA-L 2.0 language syntax | Google Security Operations | Google ...

https://cloud.google.com/chronicle/docs/detection/yara-l-2-0-syntax
Accessing keys whose values are other primitive types like integers, is not possible. ... Returns the smallest integer that is not less than the given number ( ...

precise numbers

https://groups.google.com/g/clojure/c/7GMlEsbfb3c/m/hcWobvrWZmcJ
So here is the true value in decimal: 12.304999999999999715782905695959. It is not possible to represent 12.305 any closer than that on conventional hardware.

integer max/min/abs etc in the math package

https://groups.google.com/g/golang-nuts/c/f32UN1TYiAI
Integers are unbounded, numbers have minimum and maximum values. This means that adding one to the most positive number N, does not produce N+1 as with ...

What's the meaning of "non-sequential"? (AW: EJBCA defaulting to ...

https://groups.google.com/g/mozilla.dev.security.policy/c/13lXh5gomB8
Mar 11, 2019 ... > > goal is to use the smallest possible amount of entropy. ... A 64-bit positive integer expressed in decimal is a number from 0 to ...

Backward compatibility pain | Jon Skeet's coding blog

http://feedproxy.google.com/~r/JonSkeetCodingBlog/~3/8BTr63OmlSI/
Mar 2, 2015 ... ... positive integer)”. Heads I win, tails you lose? I believe the last ... number, not the major number. See also the section “How should I ...

floating-point to/from_chars: halfway values, underspecification ...

https://groups.google.com/a/isocpp.org/g/std-discussion/c/5iGjnDD61tQ
Or consider the smallest positive subnormal IEEE double, 0x1p-1074, approx. ... It seems clear enough to me: the implementation shall generate the smallest number ...