math-optim/bench/cec2020/constants.go
leo 1dda921e42
All checks were successful
continuous-integration/drone/push Build is passing
mv: contants.go -> constants.go
2023-02-03 17:35:32 +01:00

12 lines
255 B
Go

// Copyright 2023 wanderer <a_mirre at utb dot cz>
// SPDX-License-Identifier: GPL-3.0-or-later
package cec2020
/*
#define INF 1.0e99
#define EPS 1.0e-14
#define E 2.7182818284590452353602874713526625
#define PI 3.1415926535897932384626433832795029
*/