←
Locked
→
NHoldFirst
/
Reference of Built-in Symbols
/
Definition Attributes
/
NHoldAll
WMA link
NHoldAll
is an attribute that protects all arguments of a function from numeric evaluation.
N[f[2, 3]]
SetAttributes[f, NHoldAll]
N[f[2, 3]]
←
Locked
→
NHoldFirst