Function cpclib_basic::parser::parse_tan

source ·
pub fn parse_tan(
    input: &str
) -> IResult<&'_ str, Vec<BasicToken>, VerboseError<&'_ str>>