MvL wrote: > That's not true. Support you have two fields, tv_sec and tv_nsec. Then > the resulting float expression is > > tv_sec + 1e-9 * tv_nsec; > > This expression works on all systems that support floating point > numbers - be it IEEE or not. Don't you have to truncate tv_sec for that to work? i.e. Truncate(tv_sec, 9) + 1e-9 * tv_nsec Cheers, Brian
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4