diff options
| author | David Schultz <das@FreeBSD.org> | 2008-03-30 20:03:46 +0000 |
|---|---|---|
| committer | David Schultz <das@FreeBSD.org> | 2008-03-30 20:03:46 +0000 |
| commit | 84c1c0a1ca4fc050d24e864cf83a5c38ef0ef17b (patch) | |
| tree | 96b26a101cb62f3f712059fd87bf6c09ac162162 /include/complex.h | |
| parent | 01a13522adfe61bfaf9a6f0557b0accd638e9af1 (diff) | |
Notes
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 24251f20f7ab..4613d16c93d8 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); |
