truncl.c

Libc implementation of truncl

Author

Marcel Sondaar

License

Public Domain

Summary

Functions

truncl

long double truncl(long double x)

gets and returns the integer part of x

works only on systems that use ieee float, since it uses its binary representation

long double truncl(long double x)
gets and returns the integer part of x