Epstein Zeta Library 0.5.0
Calculates the Epstein Zeta function
Loading...
Searching...
No Matches
Macros | Functions
test_crandall.c File Reference

Benchmarking of the upper Crandall function. More...

#include "../crandall.h"
#include "utils.h"
#include <complex.h>
#include <errno.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for test_crandall.c:

Macros

#define MAX_PATH_LENGTH   1024
 
#define BASE_PATH   "csv"
 

Functions

int test_crandall_g (void)
 Test function for crandall_g.
 
int main (void)
 Main function to run all Crandall function tests.
 

Detailed Description

Benchmarking of the upper Crandall function.

Function Documentation

◆ main()

int main ( void )

Main function to run all Crandall function tests.

Returns
number of failed tests.

◆ test_crandall_g()

int test_crandall_g ( void )

Test function for crandall_g.

Returns
number of failed tests.