Skip to content

atan

The atan function is used to return the arc tangent of a number. It takes a single parameter, $parameter, which represents the number for which you want to find the arc tangent.

Example Usage

use sbamtr\LaravelQueryEnrich\QE;

$queryResult = DB::selectOne(
    'select ' . QE::atan($number)->as('atan'),
);