The RADIANS function converts degrees to radians. Formula: =RADIANS(angle) Explanations: The angle is required, which is in degrees. Download: RADIANS Function
The QUOTIENT function returns to the integer portion of a division. Formula: =QUOTIENT(numerator, denominator) Explanations: – The numerator is required. – The denominator is required. Cautions: – The QUOTIENT …
The PRODUCT function multiplies all the given numbers. Formula: =PRODUCT(number1, , …) Explanations: – Number1 is required, which is the first number. – Number2… is optional, the second and …
The POWER function returns the result of a number raised to a power. Formula: =POWER(number, power) Explanations: – The number is required, which is the base number. – Power …
The PI function returns the number 3.14159265358979, up to 15 digits. Formula: =PI() Download: PI Function
The ODD function rounds up to the nearest odd integer, away from 0. Formula: =ODD(number) Explanations: The number is required, the number to be rounded. Cautions: – A value …