Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ compute_cot64
Function
compute_cot64
datafusion/functions/src/math/cot.rs:143–146 ·
view source on GitHub ↗
(x: f64)
Source
from the content-addressed store, hash-verified
141
}
142
143
fn compute_cot64(x: f64) -> f64 {
144
let a = f64::tan(x);
145
1.0 / a
146
}
147
148
#[cfg(test)]
149
mod test {
Callers
1
invoke_with_args
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…