Skip to content

Instantly share code, notes, and snippets.

@jenetics
Created June 11, 2019 18:12
Show Gist options
  • Select an option

  • Save jenetics/b03287735d8f4a4df55471dcad9dd3bf to your computer and use it in GitHub Desktop.

Select an option

Save jenetics/b03287735d8f4a4df55471dcad9dd3bf to your computer and use it in GitHub Desktop.
Constant operations
final Op<Double> one = Const.of(1.0);
final Op<Double> pi = Const.of("π", Math.PI);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment