In the current master, the return value of triangular function is not exact. ```julia julia> using Tau julia> sin(τ) -2.4492935982947064e-16 ``` This can be solved like https://github.com/JuliaLang/julia/pull/42595.