Added support for new block types in Unicode 13 and 16.

This commit is contained in:
Teal Dulcet
2024-12-17 08:55:15 -08:00
parent ed5d06d08a
commit ba19fd98c0
7 changed files with 248 additions and 151 deletions

View File

@@ -45,8 +45,8 @@ constexpr long double function5(long double x)
int main()
{
const size_t height = 160;
const size_t width = 160;
const size_t height = 40;
const size_t width = 80;
const long double xmin = -20;
const long double xmax = 20;