@testset "trigonometric functions" begin @test TaylorTest.check(x -> cos(x), x -> -sin(x), 2π * rand()) @test TaylorTest.check(x -> sin(x), x -> cos(x), 2π * rand()) end