mirror of
https://github.com/tdulcet/Table-and-Graph-Libs.git
synced 2025-12-16 00:18:55 +08:00
Added support for new block types in Unicode 13 and 16.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user