improved intermediate values placement
This commit is contained in:
Binary file not shown.
@ -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)
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user