subtract# method SampleService.subtract(a: int | float, b: int | float) → int | float[source]# Subtracts the second parameter from the first. Parameters: aNumberThe number to be subtracted from. bNumberThe number to be subtracted. Returns: respNumberThe result of the subtraction.