MCPcopy 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
440double fbcot(double value) throw()
441{
442 return 1.0 / tan(value);
443}
444
445
446void tomCheck(int err, const Arg::StatusVector& secondary)

Callers 1

evlStdMathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected