Knowledge Base
Found 651 results for: gcw script
-
ISSQR
The ISSQR function checks whether a number is a square number. ISSQR => 0 or 1
Mathmatics11 April 30, 2024 -
ISPRIME
The ISPRIME function checks whether a number is a prime number. ISPRIME(number) => 0 or 1
Mathmatics10 April 30, 2024 -
ICSUM, IQSUM
The ICSUM or IQSUM functions calculate the iterated sum of digits of a number. ICSUM(number) => number
Mathmatics7 April 30, 2024 -
GCD, GGT
The GCD or GGT functions compute the greatest common divisor of two numbers. GCD(number, number) => number
Mathmatics25 April 30, 2024 -
FRAC
The FRAC function calculates the decimal part of a number. FRAC(number) => number
Mathmatics8 April 29, 2024 -
FLOOR
The FLOOR function calculates the next smaller integer to the number entered. FLOOR(number) => number
Mathmatics8 April 29, 2024 -
FLOATTOBINARY
The FLOATTOBINARY function converts an IEEE 754 floating point number into a binary number. The bit length 32 or 64 must be specified as a parameter. BINARYTOFLOAT(number, number) => string
Mathmatics8 April 29, 2024 -
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!
Mathmatics15 April 29, 2024 -
EXP
The EXP function calculates the exponent number to the base e. EXP(number) => number
Mathmatics9 April 29, 2024 -
DIVISORS
The DIVISORS function calculates the divisors of a number and saves them in a list. DIVISORS(list, number) => list
Mathmatics9 April 29, 2024 -
DIV
The DIV function calculates the integer part of a division. DIV(dividend, divisor) => number
Mathmatics15 April 29, 2024 -
DEG
The DEG function calculates the degree of a radian measure. DEG(number)
Mathmatics10 April 29, 2024 -
CSUM
The CSUM function calculates the cross sum - the sum of the digits of a number. CSUM(number) => number
Mathmatics14 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
Mathmatics8 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
Mathmatics8 April 29, 2024 -
CEIL
The CEIL function calculates the next larger integer to the number entered. CEIL(number) => number
Mathmatics7 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)
Mathmatics10 April 29, 2024 -
BINARYTOFLOAT
The BINARYTOFLOAT function converts a string being a binary number into an IEEE 754 floating point number. BINARYTOFLOAT(string) => number
Mathmatics8 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
Archives
- 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 © 2024, GC Wizard. Proudly powered by WordPress. Blackoot design by Iceable Themes.