Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoit Barbot
WordGen
Commits
71bee8a1
Commit
71bee8a1
authored
Jun 03, 2021
by
Benoit Barbot
Browse files
prog
parent
e9140524
Pipeline
#2155
passed with stages
in 2 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/math.ml
View file @
71bee8a1
...
...
@@ -90,7 +90,7 @@ let rec bisect_increasing ?(factor = 1e-10) ?(strict = true) ?(relax = 0.0) ?low
(* go left *)
(*Format.printf "left\n";*)
bisect_increasing
~
relax
~
strict
~
factor
?
low
(
bmin
-.
(
relax
*.
width
)
,
m
+.
(
relax
*.
width
))
(
max
0
.
0
(
bmin
-.
(
relax
*.
width
)
)
,
m
+.
(
relax
*.
width
))
f_to_evaluate
else
(* go right *)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment