Macro cos

Source
macro_rules! cos {
    ($a:expr) => { ... };
    ($a:expr, stream = $stream:expr) => { ... };
}
Expand description

Macro generated for the function crate::ops::cos. See the function documentation for more details.