improved intermediate values placement

This commit is contained in:
2024-06-23 22:22:49 +02:00
parent a6500d51d0
commit c8636c9dfd
4 changed files with 16 additions and 9 deletions

Binary file not shown.

View File

@ -26,7 +26,7 @@
disc(center: ($0$, "bottom"), eod: true),
disc(center: ($0$, "bottom")),
val(asymp($y=1$), "top"),
inter($y_0$, 2, 4, i: 2)
inter($y_0$, 2, 3)
)
)
convex-line(
@ -68,7 +68,7 @@
val($2$, "bottom"),
none,
val(asymp($2sqrt(2)$), "top"),
inter($(2sqrt(1 + sqrt(5))) / sqrt(3)$, 3, 4, i: 5)
inter($(2sqrt(1 + sqrt(5))) / sqrt(3)$, 3, 4)
))
convex-line("concavité", (
@ -118,7 +118,7 @@
val([min], "bottom"),
none,
val(asymp($x = 0$), "top"),
inter($0$, 0, 1, i: 1),
inter($0$, 0, 1),
inter($0$, 1, 2, i: 4)
)
)