Knowledge Base
Found 673 results for: gcw script
-
FAC
The FAC function calculates the factorial of the number. FAC(number) => number ImportantGC Wizard calculates for natural numbers in the range -2^53 … 2^53. 2^53. If the maximum size is exceeded, there is no error, instead there is an overflow into the negative range!
Mathmatics71 April 29, 2024 -
EXP
The EXP function calculates the exponent number to the base e. EXP(number) => number
Mathmatics66 April 29, 2024 -
DIVISORS
The DIVISORS function calculates the divisors of a number and saves them in a list. DIVISORS(list, number) => list
Mathmatics59 April 29, 2024 -
DIV
The DIV function calculates the integer part of a division. DIV(dividend, divisor) => number
Mathmatics70 April 29, 2024 -
DEG
The DEG function calculates the degree of a radian measure. DEG(number)
Mathmatics62 April 29, 2024 -
CSUM
The CSUM function calculates the cross sum - the sum of the digits of a number. CSUM(number) => number
Mathmatics82 April 29, 2024 -
COS
The COS function calculates the 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. COS(number) => number
Mathmatics65 April 29, 2024 -
CONVERTBASE
The CONVERTBASE function converts the entered number of the start base to the target base. The output is a string. CONVERTBASE(number, startBase, targetBase) => string
Mathmatics56 April 29, 2024 -
CEIL
The CEIL function calculates the next larger integer to the number entered. CEIL(number) => number
Mathmatics62 April 29, 2024 -
CARTHESIAN
The CARTHESIAN function converts a complex number as a polar form (angle, radius) into its Cartesian form (x|y) and returns the result as a list. CARTHESIAN(list, angle, radius)
Mathmatics61 April 29, 2024 -
BINARYTOFLOAT
The BINARYTOFLOAT function converts a string being a binary number into an IEEE 754 floating point number. BINARYTOFLOAT(string) => number
Mathmatics53 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
Mathmatics60 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
Mathmatics73 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
Mathmatics80 April 29, 2024 -
ABS
The ABS function calculates the amount of a number. ABS(number) => number if number > 0 => numberif number < 0 => -number
Mathmatics75 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 Codes63 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 Codes103 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 Codes65 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 Codes52 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 Codes42 April 28, 2024
Archives
- January 2026
- August 2025
- July 2025
- May 2025
- February 2025
- 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 © 2026, GC Wizard. Proudly powered by WordPress. Blackoot design by Iceable Themes.