MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / cos

Method cos

crates/cuda_std/src/float.rs:312–314  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

310 #[must_use = "method returns a new number and does not mutate the original value"]
311 #[inline]
312 fn cos(self) -> f32 {
313 f32_intrinsic!(self, cos())
314 }
315
316 /// Computes the tangent of a number (in radians).
317 #[must_use = "method returns a new number and does not mutate the original value"]

Callers 5

process_eventMethod · 0.80
normal_f32Method · 0.80
normal_f64Method · 0.80
normal_f32_2Method · 0.80
normal_f64_2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected