summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/atan2/test1/testinfo.dat
blob: 3164ef44deba2e130a671fe596b9849c021400be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Copyright (c) Microsoft Corporation.  All rights reserved.
#

Version = 1.0
Section = C Runtime
Function = atan2
Name = Test #1 for atan2
Type = DEFAULT
EXE1 = test1
Description
=Tests that atan2 returns correct values for a subset of values.
=Tests with positive and negative values of x and y to ensure
=atan2 is returning results from the correct quadrant.