Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
Thanks, the
tan
case works for me now.Try it now
Rust 1.44
Contains the following assertions in the tests:
Who do I contact to fix the translation?
I believe the two
tan
-related test cases are broken and/or not very robust.The first one
The second one
Also the second one begs for another simplification:
(* 2 (/ 1 $Expr)) => (/ 2 $Expr)
.In my opinion, the simplification rules are to be codified more explicitly.