Aryan Kenchappagol
Aryan Kenchappagol
Hey @CatB1t, I wrote code for implementing trunc function, but the commit shows commits from my previous PR where I have implemented cbrt function. Why is it so?
Okay, I have resolved the merge conflicts!
Hello @CatB1t, I have added the test function for the ```trunc``` function. Please review!
Hello @MrZilinXiao how do I approach exactly? Can you give me a few pointers on what changes must be done in order to get the tests passing? In this case...
Do I have to remove the contents present from line 403 to line 413 and add ```@handle_cmd_line_args```? @CatB1t
The requested changes have been made @CatB1t. Please review and let me know if anything needs to be changed!
Hello @JLU-Neal and @LINBOTANG123 Please review the PR :)
Hello @MrZilinXiao can you help me with the tests ? What can I do exactly so the PR passes the tests?
Hello @Aarsh2001 I have created a Pull request for adding cosh function. Kindly review and let me know if I should make any changes for the same :) Link: https://github.com/unifyai/ivy/pull/2951
Hello @Darshan2104 I am currently working on writing code for tanh. And I am almost done.