Beans_Lessc::lib_tan PHP Method

lib_tan() protected method

protected lib_tan ( $num )
    protected function lib_tan($num)
    {
        return tan($this->assertNumber($num));
    }