About 1,246,623 results (4,011 milliseconds)

Printing negative hex

https://groups.google.com/a/arduino.cc/g/developers/c/nSekIUMFvEM
print(-16,HEX) will print -10. This is how it works in Python and JavaScript, for example. If someone wants FFF0, explicit conversion to unsigned int is needed.

Encoding | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/encoding
... negative integers. Positive integers p are encoded as 2 * p (the even numbers), while negative integers n are encoded as 2 * |n| - 1 (the odd numbers). The ...

Wierd gotchya with integer 0x80000000

https://groups.google.com/g/comp.lang.python/c/1BUSbzmLp-Q
It is "the largest negative number" in 32-bit "two's complement" integer ... - Python internally works in binary, not in hex, decimal or octal. This is ...

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
Note: If an INT64 value is negative, an error is produced. 7fa, INT64. X, Hexadecimal integer (uppercase) Note: If an INT64 value ...

String functions in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/string_functions
Note: If an INT64 value is negative, an error is produced. 7fa, INT64. X, Hexadecimal integer (uppercase) Note: If an INT64 value ...

Consider adding asBigInteger() to HashCode · Issue #1323 · google ...

https://code.google.com/p/guava-libraries/issues/detail?id=1323
Oct 31, 2014 ... My assumption was that the callers were concerned about negative numbers ... The pairs of hex digits in the output actually represent the bytes ...

Import color scheme file format?

https://groups.google.com/g/figtree-discuss/c/TJpd174Q02E
Jan 26, 2017 ... I tried making a simple file with a taxon name and a hex color string ... Because bit 31 is used this can be a negative number. This is how ...

Adding custom formatting to numeric fields | Looker | Google Cloud

https://cloud.google.com/looker/docs/custom-formatting
Python · TypeScript · Ruby. Community posts. Using the ... Dollars with 2 decimals, positive values displayed normally, negative values wrapped in parenthesis.

Lexical structure and syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical
... hexadecimal value that's prefixed with " 0x " or " 0X ". Integers can be prefixed by " + " or " - " to represent positive and negative values, respectively.

Format elements | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/format-elements
The maximum number of hexadecimal digits in the format string is 16. X ... For negative numbers, the value is enclosed in angle brackets. For positive ...

Kernel.** (pow operator)

https://groups.google.com/g/elixir-lang-core/c/sHonRYEGmR0/m/y_yo9U9jBgAJ
In this way, it will work similar to the ** in Python, Ruby, Haskell and a multitude of other languages. ... Build a math library if you care to and put it on Hex ...

Performance with index on 64bit integer compared to index on 64bit ...

https://groups.google.com/g/mongodb-user/c/f0Oz0n6HlYY
Apr 27, 2012 ... We index a collection on a GUID string (32 HEX chars and some "-"). ... In Python I would check if the first bit is set - if so, "mirror" the ...

COMP Fields

https://groups.google.com/g/comp.sys.unisys/c/bHjjMPjy-sM
if the value is negative when the data item is written to a file. Thus if the clause is PIC +BBB9, and the value is say 123, then what is displayed will be "+ ...

steve yegge - numbers-minilanguage

https://sites.google.com/site/steveyegge2/numbers-minilanguage
Python, Common Lisp and Scheme have built-in language-level support for complex numbers. They all provide built-in functions for extracting the real and ...

Single value chart options | Looker | Google Cloud

https://cloud.google.com/looker/docs/single-value-options
When you click the color swatch under Value Color, Looker displays a color picker where you can select a color, input a hex ... By default, a negative number ...

Data types | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types
Floating point values are sorted in this order, from least to greatest: NULL; NaN — All NaN values are considered equal when sorting. -inf; Negative numbers ...

proposed language change to int/int==float (was: PEP0238 lament)

https://groups.google.com/g/comp.lang.python/c/Hth3RfZqokg
Jul 23, 2001 ... Under existing python I can manipulate myself around bit 31 problems with ease (using negative numbers or hex). It seems it will/might be a ...

Can't get BluetoothLE extension to work w/ GATT Service 0x1802 ...

https://groups.google.com/g/mitappinventortest/c/zFHsoLtk65Q
Aug 11, 2017 ... ... negative number again. I wonder is it telling us that the BLE device ... I tried to convert the number "1" into binary and hex but ...

Google Code Archive - Google Code

https://code.google.com/archive/p/femtolisp/wikis/Manual.wiki
... decimal, and hex literals. Negative numbers may be written by prefixing any of the above with a - . 1.3. Special values. #t and #f are boolean literals (not ...

Bar Charts | Google for Developers

https://developers.google.com/chart/interactive/docs/gallery/barchart
Jul 10, 2024 ... When a string is used, it can be either a hex string (e.g., '#fdc') or an English color name. ... The plotted value of a negative number is the ...