YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
test_angle.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include "geometry.h"
#include "tests.h"
Include dependency graph for test_angle.c:

Go to the source code of this file.

Macros

#define M_SQRT3_4   (0.866025403784438646764) /* sqrt(0.75) */
 
#define NUM_TESTS   (1000)
 

Detailed Description

Test
This contains some tests for angle calculations of geometry.h.

Definition in file test_angle.c.

Macro Definition Documentation

◆ M_SQRT3_4

#define M_SQRT3_4   (0.866025403784438646764) /* sqrt(0.75) */

Definition at line 16 of file test_angle.c.

◆ NUM_TESTS

#define NUM_TESTS   (1000)

Definition at line 19 of file test_angle.c.