Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ Ctg
Function
Ctg
extern/ttmath/ttmath.h:683–686 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
681
*/
682
template<class ValueType>
683
ValueType Ctg(const ValueType & x, ErrorCode * err = 0)
684
{
685
return Cot(x, err);
686
}
687
688
689
/*
Callers
nothing calls this directly
Calls
1
Cot
Function · 0.85
Tested by
no test coverage detected