Skip to content

Instantly share code, notes, and snippets.

@CommanderTvis
Created July 28, 2020 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CommanderTvis/c0e089c4a3b9ee33a81161f6c826aca9 to your computer and use it in GitHub Desktop.
Save CommanderTvis/c0e089c4a3b9ee33a81161f6c826aca9 to your computer and use it in GitHub Desktop.
import scientifik.kmath.ast.*
import scientifik.kmath.operations.*
import scientifik.kmath.expressions.*
RealField.mstInField { number(1.0) + number(1.0) }() // 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment