Trait UnOp
Other items inalgebloat::un_ops
pub trait UnOp { fn op(&self, a: f64) -> f64; }
fn op(&self, a: f64) -> f64
impl UnOp for AbsOp
impl UnOp for AcosOp
impl UnOp for AsinOp
impl UnOp for AtanOp
impl UnOp for CeilOp
impl UnOp for CosOp
impl UnOp for CoshOp
impl UnOp for ExpOp
impl UnOp for FloorOp
impl UnOp for InvOp
impl UnOp for LnOp
impl UnOp for Log10Op
impl UnOp for RoundOp
impl UnOp for SinOp
impl UnOp for SinhOp
impl UnOp for SqrtOp
impl UnOp for TanOp
impl UnOp for TanhOp
impl UnOp for OpNeg