Posts

Showing posts with the label logic

The Asterisk Symbol in C

Image
The Asterisk Symbol in C:     Figure 1:   I scripted this asterisk in SVG.  You can view the source-code of this asterisk at my Codepen account. This symbol, in the C programming language, represents the multiplication operator. Multiplication, in C, is a binary [1] .   multiplicative operation.      Snippet 1:   The above-depicted program illustrates the use of the asterisk, in C, as a multiplication operator.      Figure 2:   What the program depicted above in Figure 2  looks like when compiled and run. The asterisk symbol, in CSS, is termed ‘the universal selector.’  It targets all of the elements of an HTML 5 document, so as to apply the values of style properties thereto. In SQL, the asterisk symbol represents ...

Pseudo-Random Numbers in C

Image
Pseudo-random numbers in C Pseudo-random numbers in C: Introduction: In Ancient Greek, the adjective: ψευδής [1] . or, when transliterated: ‘pseudḗs’ means: ‘lying,’ ‘false,’ ‘fictitious,’ ‘sham’ [2] . . A classical computer is a deterministic machine, and, in and of itself, cannot generate a truly random number.  A classical computer, in and of itself, can only generate a pseudo-random number. [3] . A pseudo-random number is not a true random number – its having been g...

There Does Not Exist

Image
There Does Not Exist There Does Not Exist:      Figure 1:   A there does not exist symbol that I coded in SVG.      Figure 2:   What the SVG image depicted in Figure 1 looks like when exported as a .PNG file.      Figure 3:   The SVG code that generates the vector image depicted in Figure 1 . The symbol depicted in Figure 1 means: There does not exist .  This image is a rendering of the: There does not exist symbol as found in the: Cambria Math font as found in Microsoft Word . You may view the source code for this there-does-not-exists symbol at my Codepen  account. While I was at it, I re-rendered the: There Exists symbol so as to correspond with the symbol as rendered by the: Cambria Math font in Microsoft Word : There Exists Symbol (Cambria Math) ...