| FUNCTIONS | |
|---|---|
| gcd | Calculates the GCD between two numbers.
|
| cres | Sort an array in ascending order.
float tableau[8] = {1.4,6,6.66,0,5.9,77,1000000,4.0};
|
| descen | Sort a table in descending order.
float tableau[8] = {1.4,6,6.66,0,5.9,77,1000000,4.0};
|
| e1...e4 | Writeall the accented characters of the French alphabet.
|
| color1 | Sets strings to color.
|
| color2 | Colors int and float elements.
|
| underline1 | Emphasizes strings.
|
| underline2 | Emphasizes int and float elements.
|
| bold1 | Puts strings in bold.
|
| bold2 | Puts int and float elements in bold.
|
| frame | Frames strings.
|
| repeat | Displays a string repeatedly/blinking.
|
| obo | Displays a string sequentially.
|
Additional Descriptions
- The upper function returns to 1 if a capital letter is detected and to 0 if it is not.
- The functions that display accented characters are for the letters 'e', 'a', 'u', 'o', 'i' accompanied by indexes as in the example in the table.
-
Indexes :
1 : acute
2 : grave
3 : circumflex
4 : umlaut - The colors supported by the color and frame functions are the : red, orange, yellow, magenta, blue, green, cyan.
-
For color, underline, and bold functions:
1 : strings
2 : int and float elements - For the frame function, the default white color is available.
- The time entered as a parameter for the repeat and obo functions is in seconds.