File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
text/source/behavior/discrete Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ to suppress events in some cases. But one might reasonably ask, why
267
267
not skip events and just evaluate conditional expressions all the
268
268
time? So let's take some time to explore this question and explain
269
269
why, on the whole, associated events with conditional expressions is
270
- very good idea[#Belmon]_.
270
+ very good idea [#Belmon ]_.
271
271
272
272
Without event detection, the integrator will simply step right over
273
273
events. When this happens, the integrator will miss important changes
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ generators that trigger at regular intervals):
148
148
====================== ========================================================
149
149
Function Description
150
150
---------------------- --------------------------------------------------------
151
- ``Clock(i,r) `` A clock that fires every :math: `\frac {i}{r}` seconds where ``i `` and ``r `` are ``Integer``s
151
+ ``Clock(i,r) `` A clock that fires every :math: `\frac {i}{r}` seconds where ``i `` and ``r `` are both of type ``Integer ``
152
152
``Clock(dt) `` A clock that fires every :math: `dt` seconds where ``dt `` is a ``Real ``
153
153
``subSample(u,s) `` A clock that samples ``s `` times slower than the clock used to sample ``u `` where ``s `` is an ``Integer ``
154
154
``superSample(u,s) `` A clock that samples ``s `` times faster than the clock used to sample ``u `` where ``s `` is an ``Integer ``
You can’t perform that action at this time.
0 commit comments