@@ -532,7 +532,7 @@ OdeImpl‼ ↚ (
532532# - `H` - initial step size
533533# The remaining two functions correspond to those of `Ode‼`.
534534#
535- # Example: Changing simulation precision
535+ # Example: Changing simulation precision.
536536# This sets the simulation precision threshold to a larger value (meaning less precision, with a cheaper simulation).
537537# ```uiua
538538# g ← 9.81 # Gravity
@@ -558,7 +558,7 @@ Ode‼! ← OdeImpl‼^1^2 OdeConfig!(^0($"_New"˜▽@⊙-1⊢⋅⊢)^!^0)
558558#
559559# The two values should respectively be the initial time and the initial state vector.
560560#
561- # Example: Simulating a damped pendulum
561+ # Example: Simulating a damped pendulum.
562562# This simulates the motion of a damped pendulum that begins vertical with an initial angular velocity of 12 radians per second.
563563# ```uiua
564564# g ← 9.81 # Gravity
@@ -583,7 +583,7 @@ Ode‼ ← Ode‼!∘^0^1
583583# - `H` - initial step size
584584# The remaining function corresponds to that of `OdeT!`.
585585#
586- # Example: Simulating a damped pendulum
586+ # Example: Changing simulation precision.
587587# This sets the simulation precision threshold to a larger value (meaning less precision, with a cheaper simulation).
588588# ```uiua
589589# g ← 9.81 # Gravity
@@ -613,7 +613,7 @@ OdeT‼ ← (
613613# 1. A list of all times to output samples at
614614# 2. The initial state vector, interpreted to be the state at time equal to the smallest value in the time value list
615615#
616- # Example: Simulating a damped pendulum
616+ # Example: Simulating a damped pendulum.
617617# This simulates the motion of a damped pendulum that begins vertical with an initial angular velocity of 12 radians per second.
618618# ```uiua
619619# g ← 9.81 # Gravity
0 commit comments