Created
June 11, 2019 18:12
-
-
Save jenetics/b03287735d8f4a4df55471dcad9dd3bf to your computer and use it in GitHub Desktop.
Constant operations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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