JuliaIntervals / IntervalArithmetic.jl

Library for validated numerics using interval arithmetic
https://juliaintervals.github.io/IntervalArithmetic.jl/
Other
290 stars 70 forks source link

Add unicode alias for `hull` and `intersect_interval` #651

Closed OlivierHnt closed 1 month ago

OlivierHnt commented 1 month ago

This PR adds (\sqcup), (\sqcap) as unicode alias for hull and intersect_interval respectively. An other option could be (\cupdot), (\capdot)

Closes #650