For example, we can pass 3 to function N as N[Pi,3], and we can use the form Pi // N to apply N to Pi, but missed the argument.
Can we pass the argument to the "//" form?
For example, we can pass 3 to function N as N[Pi,3], and we can use the form Pi // N to apply N to Pi, but missed the argument.
Can we pass the argument to the "//" form?
Pi//N[#,3]&? – kglr Mar 15 '20 at 13:10Infixform:Pi~N~3– kglr Mar 15 '20 at 13:25