delta_max and fix cabs2
This commit is contained in:
		@@ -105,6 +105,9 @@ should be a `;` sperated list of `key=value` pairs. The possible keys are
 | 
			
		||||
* `adaptive_factor` (double, default 0.9): when using the RKF45 method, the
 | 
			
		||||
  step gets adjusted by `factor*delta*(tolerance/error)^(1/5)`.
 | 
			
		||||
 | 
			
		||||
* `max_delta` (double, default 1e-2): when using the adaptive step, do not
 | 
			
		||||
  exceet `delta_max`.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
# Interrupting/resuming the computation
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user