|
NEST
2.6.0,not_revisioned_source_dir@0
|
Functions | |
| long | ld_round (double x) |
| Round to nearest int, rounding midpoints upwards. More... | |
| double | dround (double x) |
| Round to nearest int, rounding midpoints upwards. More... | |
| double | dtruncate (double x) |
| Return integer part of argument. More... | |
| double dround | ( | double | ) |
Round to nearest int, rounding midpoints upwards.
Referenced by nest::Time::set_resolution().
| double dtruncate | ( | double | x | ) |
Return integer part of argument.
| long ld_round | ( | double | ) |
Round to nearest int, rounding midpoints upwards.
Referenced by nest::Time::delay_ms_to_steps().
1.8.7