Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
clean-sapl
Commits
a338d23e
Commit
a338d23e
authored
May 19, 2016
by
Jurriën Stutterheim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add negR and negI to clean.f
parent
f21380ec
Pipeline
#2004
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
src/clean.f
src/clean.f
+13
-1
No files found.
src/clean.f
View file @
a338d23e
...
...
@@ -97,7 +97,19 @@
"arity"
:
1
,
"ext_fun"
:
"_neg"
,
"inline_exp"
:
":!1: * -1"
}
,
}
,
{
"sapl_fun"
:
"negR"
,
"arity"
:
1
,
"ext_fun"
:
"_neg"
,
"inline_exp"
:
":!1: * -1"
}
,
{
"sapl_fun"
:
"negI"
,
"arity"
:
1
,
"ext_fun"
:
"_neg"
,
"inline_exp"
:
":!1: * -1"
}
,
{
"sapl_fun"
:
"absI"
,
"arity"
:
1
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment