C++ Mathematical Expression Library (ExprTk) https://www.partow.net/programming/exprtk/index.html
This commit is contained in:
parent
9369b0f817
commit
9fc92bd811
|
@ -2,7 +2,7 @@
|
||||||
# ******************************************************************
|
# ******************************************************************
|
||||||
# * C++ Mathematical Expression Toolkit Library *
|
# * C++ Mathematical Expression Toolkit Library *
|
||||||
# * *
|
# * *
|
||||||
# * Author: Arash Partow (1999-2022) *
|
# * Author: Arash Partow (1999-2023) *
|
||||||
# * URL: https://www.partow.net/programming/exprtk/index.html *
|
# * URL: https://www.partow.net/programming/exprtk/index.html *
|
||||||
# * *
|
# * *
|
||||||
# * Copyright notice: *
|
# * Copyright notice: *
|
||||||
|
@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.15)
|
||||||
project(
|
project(
|
||||||
ExprTk
|
ExprTk
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
VERSION 0.0.1
|
VERSION 0.0.2
|
||||||
DESCRIPTION "C++ Mathematical Expression Toolkit Library (ExprTk)"
|
DESCRIPTION "C++ Mathematical Expression Toolkit Library (ExprTk)"
|
||||||
HOMEPAGE_URL "https://www.partow.net/programming/exprtk/index.html"
|
HOMEPAGE_URL "https://www.partow.net/programming/exprtk/index.html"
|
||||||
)
|
)
|
||||||
|
|
1524
include/exprtk.hpp
1524
include/exprtk.hpp
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 1999-2022 Arash Partow
|
Copyright (c) 1999-2023 Arash Partow
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|
Loading…
Reference in New Issue