Macro acosh

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

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