Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

built-in function ‘y1’ declared as non-function #15

Open
fhaverkamp opened this issue Apr 12, 2016 · 1 comment
Open

built-in function ‘y1’ declared as non-function #15

fhaverkamp opened this issue Apr 12, 2016 · 1 comment

Comments

@fhaverkamp
Copy link

Ony my system y1 seems to be used already:

/home/haver/HTX//export/ppc64le//include/expirekey.h:94:5: warning: built-in function ‘y1’ declared as non-function
int y1 = 4 ;

Y0(3) Linux Programmer's Manual Y0(3)

NAME
y0, y0f, y0l, y1, y1f, y1l, yn, ynf, ynl - Bessel functions of the second kind

SYNOPSIS
#include <math.h>

   double y0(double x);
   double y1(double x);
   double yn(int n, double x);

   float y0f(float x);
   float y1f(float x);
   float ynf(int n, float x);

   long double y0l(long double x);
   long double y1l(long double x);
   long double ynl(int n, long double x);

   Link with -lm.

Feature Test Macro Requirements for glibc (see feature_test_macros(7)):

@asukaminato0721
Copy link

asukaminato0721 commented Mar 2, 2020

because y1 is a built-in function in mingw, use y2/y3...etc instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants