COT(X)
Returns the cotangent of X.
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)'
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/cot/