Difference between revisions of "Category:Bit functions"
(Created page with "category:Math Functions ''new to Analytica 4.7'' Use these functions to perform bitwise operations on integer values. An integer value is composed of 64 bits, wher...") |
m (4.7 -> 5.0) |
||
Line 1: | Line 1: | ||
[[category:Math Functions]] | [[category:Math Functions]] | ||
− | ''new to [[Analytica | + | ''new to [[Analytica 5.0]]'' |
Use these functions to perform bitwise operations on integer values. | Use these functions to perform bitwise operations on integer values. | ||
An integer value is composed of 64 bits, where each bit is a 0 or 1. These functions directly operate on the bits of the underlying representation. | An integer value is composed of 64 bits, where each bit is a 0 or 1. These functions directly operate on the bits of the underlying representation. |
Latest revision as of 01:28, 28 April 2016
new to Analytica 5.0
Use these functions to perform bitwise operations on integer values.
An integer value is composed of 64 bits, where each bit is a 0 or 1. These functions directly operate on the bits of the underlying representation.