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