Files
avo/examples
Michael McLoughlin 51931ee673 doc: README for sum example
Updates #14
2019-01-01 16:04:37 -08:00
..
2019-01-01 15:46:42 -08:00
2019-01-01 15:56:17 -08:00
2018-12-31 00:23:27 -08:00
2018-12-31 00:23:27 -08:00
2018-12-31 00:23:27 -08:00
2018-12-31 00:23:27 -08:00
2019-01-01 16:04:37 -08:00
2019-01-01 16:04:37 -08:00

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.