[libc][NFC] Add common template test class for sqrt, sqrtf and sqrtl.
authorSiva Chandra Reddy <sivachandra@google.com>
Sat, 17 Apr 2021 05:06:13 +0000 (05:06 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Sat, 17 Apr 2021 05:13:27 +0000 (05:13 +0000)
commitfb69b92c7b33b6a9b9be4278cd1e2d580f48ce8a
tree6bd76f417d1e6c10a850fb98a2326ea61317dea4
parentb2a3d31eed3b70baf2b8123d940cadb6139d8f2b
[libc][NFC] Add common template test class for sqrt, sqrtf and sqrtl.
libc/test/src/math/SqrtTest.h [new file with mode: 0644]
libc/test/src/math/sqrt_test.cpp
libc/test/src/math/sqrtf_test.cpp
libc/test/src/math/sqrtl_test.cpp