mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-12 16:27:23 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
11
readme.txt
11
readme.txt
@ -622,11 +622,12 @@ double, MPFR et al).
|
||||
|
||||
|
||||
(2) Vector Type
|
||||
The vector type is a fixed size sequence of scalar values. A vector
|
||||
can be indexed resulting in a scalar value. Operations between a
|
||||
vector and scalar will result in a vector with a size equal to that of
|
||||
the original vector, whereas operations between vectors will result in
|
||||
a vector of size equal to that of the smaller of the two.
|
||||
The vector type is a fixed size sequence of contiguous scalar values.
|
||||
A vector can be indexed resulting in a scalar value. Operations
|
||||
between a vector and scalar will result in a vector with a size equal
|
||||
to that of the original vector, whereas operations between vectors
|
||||
will result in a vector of size equal to that of the smaller of the
|
||||
two.
|
||||
|
||||
|
||||
(3) String Type
|
||||
|
Reference in New Issue
Block a user