sub_nums_sumit: Substraction program

Description Usage Arguments Value References Examples

View source: R/sub_nums_sumit.R

Description

Substraction of 2 numbers

Usage

1
sub_nums_sumit(arg1, arg2)

Arguments

arg1

first argument

arg2

second argument

Value

This function will return the substraction of the first argument given to the second argument

References

Not Applicable

Examples

1
2
sub_nums_sumit(12,6)
sub_nums_sumit (50,70)

sumitpratap/test documentation built on May 17, 2019, 8:45 p.m.