Main Content
add
Add two arrays using fimath
object
Syntax
Description
Examples
Input Arguments
Algorithms
When you use add
, the fimath
properties of
a
and b
are not modified, and the output
fi
object, c
, has no local
fimath
.
c = add(F,a,b)
c = removefimath(setfimath(a,F) + setfimath(b,F))