Subtract

Copied!
( value_1, value_2, ... )

Description

The Subtract function returns the difference of a list of numbers.

Parameters

Parameter Type Definition and Requirements

value

A list of Numbers

Take the difference of these values.

Returns

A Number which is the difference of all provided Numbers.

Examples

The following query returns the result of subtracting 10 from 100:

Copied!
(100, 10)
90
Query metrics:
  •    bytesIn:  21

  •   bytesOut:  15

  • computeOps:   1

  •    readOps:   0

  •   writeOps:   0

  •  readBytes:   0

  • writeBytes:   0

  •  queryTime: 2ms

  •    retries:   0

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!