Knowledge Base
Found 653 results for: gcw script
-
BINARYTOFLOAT
The BINARYTOFLOAT function converts a string being a binary number into an IEEE 754 floating point number. BINARYTOFLOAT(string) => number
Mathmatics9 April 29, 2024 -
ATAN
The ATAN function calculates the arc cosine of a number. The calculation is performed in radians. This means that the input is in the range -1 … 1 and the output is in the range -PI/2 … PI/2. ATAN(number) => number
Mathmatics7 April 29, 2024 -
ASIN
The ASIN function calculates the arc sine of a number. The calculation is performed in radians. This means that the input is in the range -1 … 1 and the output is in the range -PI/2 … PI/2. ASIN(number) => number
Mathmatics9 April 29, 2024 -
ACOS
The ACOS function calculates the arc cosine of a number. The calculation is in radians. This means that the input is in the range -1 … 1 and the output is in the range 0 … PI. ACOS(number) => number
Mathmatics14 April 29, 2024 -
ABS
The ABS function calculates the amount of a number. ABS(number) => number if number > 0 => numberif number < 0 => -number
Mathmatics8 April 29, 2024 -
MORSE
The function MORSE encodes text to morse code or decodes morse code to text. MORSE(string, mode, code) => string mode01decodingencodingcode0101123Morse Code - ITUMorse Code, 1838 – 1840 according to US PatentMorse Code, 1844, according to Alfred VailMorse Code, according to Friedrich...
Encryption and Codes9 April 28, 2024 -
GCCODE
The fucktion GCCODE decodes a GC Code to a number or encodes a number to an GC Code. GCCODE(string, mode) => string stringEither number or GC Codemode01decodingencoding
Encryption and Codes19 April 28, 2024 -
BCD
The function BCD encodes or decodes a string in BCD codes. BCD(string, mode, type) => string textstringThe text is either a number or a binary number as string.mode01decodingencodingtype0123456789101112131415OriginalAikenStibitzGrayGlixonO’BrienPetherickTompkinsLibaw-CraigGray-Excess2 of 51...
Encryption and Codes12 April 28, 2024 -
BACON
The function BACON encodes or decodes a string with the Bacon algorithm. BACON(string, mode) mode: 1: encoding 0: decoding:
Encryption and Codes12 April 28, 2024 -
ABBADON
The function ABADDON encodes or decodes a string with the Abaddon algorithm. ABADDON(string, mode) mode: 1: encoding 0: decoding:
Encryption and Codes9 April 28, 2024 -
AVEMARIA
The function AVEMARIA encodes or decodes a string with the AVEMARIA algorithm. AVEMARIA(string, mode) mode: 1: encoding 0: decoding:
Encryption and Codes10 April 28, 2024 -
ATBASH
The function ATBASH encodes or decodes a string with the Atbash algorith. ATBASH(string)
Encryption and Codes7 April 28, 2024 -
ENCLOSEDAREAS
The function ENCLOSEDAREAS calculates the enclosed areas – holes – in s string. The calculation can be steerd with the parameters modeNumber and mode4. modusNumber: 1: only numbers are valid0: all characters and digits are valid modus4: 1: digit 4 is a closed area 0: digit 4 is an open...
Miscelleanous Tools6 April 28, 2024 -
BWW
The function BWW calculates depending on the mode the word value of a given string, the cross sum of the word value or the iterated cross sum. alphabet mode defines the alphabet to be used and how to deal with Ä, Ö, Ü0: A-Z without any special characters1: A-Z, Ä Ö Ü ß => 27 – 302: A-Z, Ä=AE =...
Miscelleanous Tools27 April 28, 2024 -
ROMAN NUMBERS
DECTOROMAN The function DECTOROMAN converst a number in a roman number. DECTOROMAN(number) => string ROMANTODEC The function ROMANTODEC converts a roman number into a number. ROMANTODEC(string) => number
Numeral Systems10 April 28, 2024 -
Base encodings
The function BASE encodes or decodes a value using the BASE Encoding tools from the des GC Wizard. type:16, 32, 58, 64, 85, 91, 122 mode:0: decoding1: encoding BASE(type, mode, value)
Base encodings10 April 28, 2024 -
LISTGET
The function LISTGET gets the element at position index from the given list. The Element could be a number, string or a list. LISTGET(list, index) => object
Lists14 April 28, 2024 -
LISTTOSTRING
The function LISTTOSTRING prints the content of a list as string as string. Lists are enclosed by brackets. The elements are seperated with comma. LISTTOSTRING(list) => string
Lists6 April 28, 2024 -
LISTISNOTEMPTY
The function LISTISNOTEMPTY checks if a list is empty or not and returns a number 0 or 1. LISTISNOTEMPTY(liste) => 0 or 1 0: the list is empty 1: the list is not empty
Lists3 April 28, 2024 -
LISTISEMPTY
The function LISTISEMPTY checks if a list is empty or not and returns a number 0 or 1. LISTISEMPTY(liste) => 0 or 1 0: the list is not empty 1: the list is empty
Lists11 April 28, 2024
Archives
- January 2025
- November 2024
- October 2024
- September 2024
- May 2024
- April 2024
- February 2024
- December 2023
- September 2023
- April 2023
- February 2023
- January 2023
- November 2022
- March 2022
- January 2022
- December 2021
- October 2021
- July 2021
- May 2021
- April 2021
- February 2021
- January 2021
- October 2020
- September 2020
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
Categories
Copyright © 2025, GC Wizard. Proudly powered by WordPress. Blackoot design by Iceable Themes.