diff options
| author | winmad <winmad.wlf@gmail.com> | 2022-11-14 16:43:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-14 16:43:55 -0800 |
| commit | 25affe8e724fe4ee60a3b8ec2c494926930ba59f (patch) | |
| tree | 39d2d3d209a99152e80bf40c395002697d2c3338 /tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt | |
| parent | 368ec3116ea0f10f44acbf76b5dc9e34d6ff3d32 (diff) | |
Adding some math functions and their derivatives (#2497)
Diffstat (limited to 'tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt')
| -rw-r--r-- | tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt b/tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt new file mode 100644 index 000000000..887fd13ca --- /dev/null +++ b/tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt @@ -0,0 +1,7 @@ +type: float +1.414214 +0.353553 +10.000000 +-0.150000 +0.000000 +0.000000
\ No newline at end of file |
