Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ fbcot
Function
fbcot
src/jrd/SysFunction.cpp:440–443 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
439
440
double fbcot(double value) throw()
441
{
442
return 1.0 / tan(value);
443
}
444
445
446
void tomCheck(int err, const Arg::StatusVector& secondary)
Callers
1
evlStdMath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected