Skip to main content

Posts

Showing posts from May, 2026

Computer mathematics coding, part 1

Computer mathematics, calculator mathematics, computer science mathematics and normal, paper set mathematics are two completely different things. A computer can perform mathematical operations that could not be achieved by Edison, Ford or Euclides sort of systematics. Computer mathematics work differently than normal mathematics you would do on paper. They are performed by the central processing unit. One of the most basic computer operations is the bitwise shift. It is used for binary programming and mathematics. Bitwise shift can also be used for the assembler, assembly and painting graphs and graphics to the screen. It has to be noted here that rendering three dimensional graphics, using the computer mathematics is a lot hard to code and run, than two dimensional graphics. Takes a lot of design and build work, takes a lot of time to compile and takes a lot of memory on run time. int shift(int byte_code, std::string direction) {     std::load_from_file(statical, direction); ...