- abs
- sign
- sqrt
- div
- mod
- rem
- ceil
- floor
- integer
- sin
- cos
- tan
- asin
- acos
- atan
- atan2
- sinh
- cosh
- tanh
- exp
- log
- log10
- initial
- terminal
- semiLinear
- identity
- diagonal
- zeros
- ones
- fill
- linspace
- delay
- spatialDistribution
- homotopy
- sample
- scalar
- vector
- matrix
- cat
- String (quite complicated function with many kinds of arguments; could be de-overloaded before Base Modelica)
- promote (a built-in operator used to describe other operators)
- der
- noEvent
- smooth
- pre
- edge
- change
- reinit
- EnumType(i) (indexed constant array, etc)
- Integer(enum) (easy to implement even if it could be a Base Modelica function)
- transpose
- outerProduct
- symmetric
- cross
- skew
- min
- max
- sum
- product
- array
- ndims
- size(A,i)
- size(A)
Maybe also fill, etc affected?
cardinality(handle connections before Base Modelica)inStream(handle connections before Base Modelica)actualStream(handle connections before Base Modelica)getInstanceName(handled before Base Modelica; there is no instance name anymore)
- realParameterEqual (test exact equality of Real parameters)