From 25affe8e724fe4ee60a3b8ec2c494926930ba59f Mon Sep 17 00:00:00 2001 From: winmad Date: Mon, 14 Nov 2022 16:43:55 -0800 Subject: Adding some math functions and their derivatives (#2497) --- tests/autodiff-dstdlib/dstdlib-abs.slang.expected.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/autodiff-dstdlib/dstdlib-abs.slang.expected.txt (limited to 'tests/autodiff-dstdlib/dstdlib-abs.slang.expected.txt') diff --git a/tests/autodiff-dstdlib/dstdlib-abs.slang.expected.txt b/tests/autodiff-dstdlib/dstdlib-abs.slang.expected.txt new file mode 100644 index 000000000..18dcc32fe --- /dev/null +++ b/tests/autodiff-dstdlib/dstdlib-abs.slang.expected.txt @@ -0,0 +1,9 @@ +type: float +3.000000 +-2.000000 +2.000000 +-2.000000 +3.000000 +-3.000000 +1.000000 +1.000000 \ No newline at end of file -- cgit v1.2.3