BIN2DEC
BIN2DEC(signed_binary_number)
Converts a signed binary number to decimal format. Learn more
Apri schedaUna scheda strutturata per ogni funzione: sintassi, argomenti, esempi pratici, errori comuni, FAQ e collegamenti a formule correlate.
Digita almeno 2 lettere per vedere i suggerimenti.
BIN2DEC(signed_binary_number)
Converts a signed binary number to decimal format. Learn more
Apri schedaBIN2HEX(signed_binary_number, [significant_digits])
Converts a signed binary number to signed hexadecimal format. Learn more
Apri schedaBIN2OCT(signed_binary_number, [significant_digits])
Converts a signed binary number to signed octal format. Learn more
Apri schedaBITAND(value1, value2)
Bitwise boolean AND of two numbers. Learn more.
Apri schedaBITLSHIFT(value, shift_amount)
Shifts the bits of the input a certain number of places to the left. Learn more.
Apri schedaBITOR(value1, value2)
Bitwise boolean OR of 2 numbers. Learn more.
Apri schedaBITRSHIFT(value, shift_amount)
Shifts the bits of the input a certain number of places to the right. Learn more.
Apri schedaBITXOR(value1, value2)
Bitwise XOR (exclusive OR) of 2 numbers. Learn more.
Apri schedaCOMPLEX(real_part, imaginary_part, [suffix])
Creates a complex number given real and imaginary coefficients. Learn more
Apri schedaDEC2BIN(decimal_number, [significant_digits])
Converts a decimal number to signed binary format. Learn more
Apri schedaDEC2HEX(decimal_number, [significant_digits])
Converts a decimal number to signed hexadecimal format. Learn more
Apri schedaDEC2OCT(decimal_number, [significant_digits])
Converts a decimal number to signed octal format. Learn more
Apri schedaDELTA(number1, [number2])
Compare two numeric values, returning 1 if they're equal. Learn more
Apri schedaERF(lower_bound, [upper_bound])
The ERF function returns the integral of the Gauss error function over an interval of values. Learn more.
Apri schedaERF.PRECISE(lower_bound, [upper_bound])
See ERF
Apri schedaGESTEP(value, [step])
Returns 1 if the rate is strictly greater than or equal to the provided step value or 0 otherwise. If no step value is provided then the default value of 0 will be used. Learn more.
Apri schedaHEX2BIN(signed_hexadecimal_number, [significant_digits])
Converts a signed hexadecimal number to signed binary format. Learn more
Apri schedaHEX2DEC(signed_hexadecimal_number)
Converts a signed hexadecimal number to decimal format. Learn more
Apri schedaHEX2OCT(signed_hexadecimal_number, significant_digits)
Converts a signed hexadecimal number to signed octal format. Learn more
Apri schedaIMABS(number)
Returns absolute value of a complex number. Learn more
Apri schedaIMAGINARY(complex_number)
Returns the imaginary coefficient of a complex number. Learn more
Apri schedaIMARGUMENT(number)
The IMARGUMENT function returns the angle (also known as the argument or \theta) of the given complex number in radians. Learn more.
Apri schedaIMCONJUGATE(number)
Returns the complex conjugate of a number. Learn more
Apri schedaIMCOS(number)
The IMCOS function returns the cosine of the given complex number. Learn more.
Apri schedaIMCOSH(number)
Returns the hyperbolic cosine of the given complex number. For example, a given complex number "x+yi" returns "cosh(x+yi)." Learn more.
Apri schedaIMCOT(number)
Returns the cotangent of the given complex number. For example, a given complex number "x+yi" returns "cot(x+yi)." Learn more.
Apri schedaIMCOTH(number)
Returns the hyperbolic cotangent of the given complex number. For example, a given complex number "x+yi" returns "coth(x+yi)." Learn more.
Apri schedaIMCSC(number)
Returns the cosecant of the given complex number. Learn more.
Apri schedaIMCSCH(number)
Returns the hyperbolic cosecant of the given complex number. For example, a given complex number "x+yi" returns "csch(x+yi)." Learn more.
Apri schedaIMDIV(dividend, divisor)
Returns one complex number divided by another. Learn more
Apri schedaIMEXP(exponent)
Returns Euler's number, e (~2.718) raised to a complex power. Learn more.
Apri schedaIMLOG(value, base)
Returns the logarithm of a complex number for a specified base. Learn more.
Apri schedaIMLOG10(value)
Returns the logarithm of a complex number with base 10. Learn more.
Apri schedaIMLOG2(value)
Returns the logarithm of a complex number with base 2. Learn more.
Apri schedaIMPRODUCT(factor1, [factor2, ...])
Returns the result of multiplying a series of complex numbers together. Learn more
Apri schedaIMREAL(complex_number)
Returns the real coefficient of a complex number. Learn more
Apri schedaIMSEC(number)
Returns the secant of the given complex number. For example, a given complex number "x+yi" returns "sec(x+yi)." Learn more.
Apri schedaIMSECH(number)
Returns the hyperbolic secant of the given complex number. For example, a given complex number "x+yi" returns "sech(x+yi)." Learn more.
Apri schedaIMSIN (number)
Returns the sine of the given complex number. Learn more.
Apri schedaIMSINH(number)
Returns the hyperbolic sine of the given complex number. For example, a given complex number "x+yi" returns "sinh(x+yi)." Learn more.
Apri schedaIMSUB(first_number, second_number)
Returns the difference between two complex numbers. Learn more
Apri schedaIMSUM(value1, [value2, ...])
Returns the sum of a series of complex numbers. Learn more
Apri schedaIMTAN(number)
Returns the tangent of the given complex number. Learn more.
Apri schedaIMTANH(number)
Returns the hyperbolic tangent of the given complex number. For example, a given complex number "x+yi" returns "tanh(x+yi)." Learn more.
Apri schedaOCT2BIN(signed_octal_number, [significant_digits])
Converts a signed octal number to signed binary format. Learn more
Apri schedaOCT2DEC(signed_octal_number)
Converts a signed octal number to decimal format. Learn more
Apri schedaOCT2HEX(signed_octal_number, [significant_digits])
Converts a signed octal number to signed hexadecimal format. Learn more
Apri scheda