fluid-ix   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/fluid_dynamics.xtm

Implementation

(bind-func fluid-ix
  (lambda (x:i64 y:i64 z:i64 N:i64)
    (+ x (* y N) (* z N N))))


Back to Index

Similar Entries