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

Method sin

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

Source from the content-addressed store, hash-verified

303 #[must_use = "method returns a new number and does not mutate the original value"]
304 #[inline]
305 fn sin(self) -> f32 {
306 f32_intrinsic!(self, sin())
307 }
308
309 /// Computes the cosine of a number (in radians).
310 #[must_use = "method returns a new number and does not mutate the original value"]

Callers 3

process_eventMethod · 0.80
normal_f32_2Method · 0.80
normal_f64_2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected