diff options
Diffstat (limited to 'include/complex.h')
-rw-r--r-- | include/complex.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/complex.h b/include/complex.h index 24251f2..4613d16 100644 --- a/include/complex.h +++ b/include/complex.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2001-2007 The FreeBSD Project. + * Copyright (c) 2001-2008 The FreeBSD Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -45,6 +45,7 @@ __BEGIN_DECLS double cabs(double complex); float cabsf(float complex); +long double cabsl(long double complex); double carg(double complex); float cargf(float complex); double cimag(double complex); |