MCPcopy 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
143fn compute_cot64(x: f64) -> f64 {
144 let a = f64::tan(x);
145 1.0 / a
146}
147
148#[cfg(test)]
149mod test {

Callers 1

invoke_with_argsMethod · 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…