Function sine
pub fn sine<I>(
operand: &ExpressionType<I>,
) -> Result<ExpressionType<I>, TypeViolation<I>>where
I: Clone,Description
Type a sine application.
pub fn sine<I>(
operand: &ExpressionType<I>,
) -> Result<ExpressionType<I>, TypeViolation<I>>where
I: Clone,Type a sine application.