SEC

SEC(number)

Returns the secant of a number.

numberThe number you want the secant of.

REMARKS
* For an illustrated example refer to the [[Trigonometric Functions]] page.
* The secant of a number is 1/COS.
* This function does not have an inverse function.
* The "number" is the angle in radians.
* If "number" is not numeric, then #VALUE is returned.
* If Abs(number) > 2^27, then #NUM is returned.
* If your argument is in degrees, multiply it by PI/180 to convert it to radians.
* You can use the DEGREES function to convert from radians to degrees.
* This function was added in Excel 2013.
* For the Microsoft documentation refer to support.microsoft.com
* For the Google documentation refer to support.google.com

 A
1=SEC("some text") = #VALUE!
2SEC(n) = 1/COS(n)


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top