COT
Syntax
COT(X)
Description
Returns the cotangent of X.
Examples
SELECT COT(42); +--------------------+ | COT(42) | +--------------------+ | 0.4364167060752729 | +--------------------+ SELECT COT(12); +---------------------+ | COT(12) | +---------------------+ | -1.5726734063976893 | +---------------------+ SELECT COT(0); ERROR 1690 (22003): DOUBLE value is out of range in 'cot(0)'
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.