Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
$add
{ "$add": [ 5, 3 ] }
8
{ "$add": [ { "$input": "base_salary" }, { "$input": "bonus" } ] }
{ "$add": [ 10.5, 2.3 ] }
12.8