We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca06cc7 commit ff73919Copy full SHA for ff73919
src/Decimals.jl
@@ -1,7 +1,7 @@
1
# Pure Julia decimal arithmetic
2
# @license MIT
3
# @author [email protected] (Jack Peterson), 7/3/2014
4
-__precompile__()
+VERSION < v"0.7.0-beta2.199" && __precompile__()
5
6
module Decimals
7
import Base: ==, +, -, *, /, <, float, inv, round
0 commit comments