feat: add support for rounding

This commit is contained in:
Umut
2022-05-23 12:30:49 +02:00
parent 736742cf28
commit fc6836b766
3 changed files with 34 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ List of supported functions:
- arctan
- arctan2
- arctanh
- around
- bitwise_and
- bitwise_or
- bitwise_xor
@@ -79,6 +80,7 @@ List of supported functions:
- reshape
- right_shift
- rint
- round_
- sign
- signbit
- sin