NHoldAll
NHoldAll is an attribute which specifies that none of the arguments to a function should be affected by N.
Examples
SetAttributes[f, NHoldAll];
N[f[Pi]]Please visit the official Wolfram Language Reference for more details.
NHoldAll is an attribute which specifies that none of the arguments to a function should be affected by N.
SetAttributes[f, NHoldAll];
N[f[Pi]]Please visit the official Wolfram Language Reference for more details.