Theorems

Theorems

Pythagorean

Wiki

Exponentiation

Wiki

Computational complexity of Math Operations

Computational complexity of mathematical operations

Endianness

In computing, endianness is the order or sequence of bytes of a word of digital data in computer memory

Wiki quick reference

Big-endianness is the dominant ordering in networking protocols, such as in the Internet protocol suite, where it is referred to as network order, transmitting the most significant byte first. Conversely, little-endianness is the dominant ordering for processor architectures (x86, most ARM implementations, base RISC-V implementations) and their associated memory. File formats can use either ordering; some formats use a mixture of both or contain an indicator of which ordering is used throughout the file.