Files
avo/examples/README.md
Michael McLoughlin 51931ee673 doc: README for sum example
Updates #14
2019-01-01 16:04:37 -08:00

262 B

Examples

Simple functions:

  • add: Add two numbers. The "Hello World!" of avo.
  • sum: Sum an array of numbers.

Features:

  • args: Loading function arguments.
  • complex: Working with complex{64,128} types.