Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-sapl
Commits
a338d23e
Commit
a338d23e
authored
May 19, 2016
by
Jurriën Stutterheim
Browse files
Add negR and negI to clean.f
parent
f21380ec
Pipeline
#2004
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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