cot
The cot function is used to calculate and return the cotangent of a given number, represented by the
parameter $parameter.
Example Usage
use sbamtr\LaravelQueryEnrich\QE;
$queryResult = DB::selectOne(
'select ' . QE::cot($x)->as('cot'),
);