Libc implementation of truncl
Marcel Sondaar
Public Domain
| truncl.c | Libc implementation of truncl |
| Functions | |
| truncl | gets and returns the integer part of x |
| works only on systems that use ieee float, since it uses its binary representation |
gets and returns the integer part of x
long double truncl( long double x )