Computer Science, asked by mahapatrarahul253, 4 months ago

Give one example to input an integer number by using function argument

Answers

Answered by Anonymous
18

IDL>arr=long(0,1,2,3,4)

Answered by JasynAlexanderIII
1

Answer:

IDL>arr= long ( 0,1,2,3,4)

Explanation:

hope this helps you out

In mathematics, an argument of a function is a value that must be provided to obtain the function's result. It is also called an independent variable. For example, the binary function f=x^{2}+y^{2} has two arguments, x and y, in an ordered pair. The hypergeometric function is an example of a four-argument function

Similar questions