Skip to content

Commit

Permalink
Merge pull request #90 from Green-Software-Foundation/add-copy-param
Browse files Browse the repository at this point in the history
Adds copy-param to list of builtins
  • Loading branch information
jmcook1186 authored Jul 1, 2024
2 parents c096a60 + e24cce9 commit 234fec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ IF builtins all come bundled with IF. Below you will find a list of each builtin
* [Exponent](https://github.com/Green-Software-Foundation/if/tree/main/src/builtins/exponent): A generic plugin for raising a value to a power

* [Interpolation](https://github.com/Green-Software-Foundation/if/tree/main/src/builtins/interpolation): A generic plugin for interpolating between known points.

* [Copy Param](https://github.com/Green-Software-Foundation/if/tree/main/src/builtins/copy-param): A generic plugin for copying a parameter to a new element in the input array, optionally deleting the original. Useful as a way to rename parameters.

0 comments on commit 234fec0

Please sign in to comment.