• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

4.28 Misc arithmetic support predicates
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
      • Built-in Predicates
        • Misc arithmetic support predicates
          • set_random/1
          • random_property/1
          • current_arithmetic_function/1
    • Packages
Availability:built-in
current_arithmetic_function(?Head)
True when Head is an evaluable function. For example:
?- current_arithmetic_function(sin(_)).
true.

ClioPatria (version V3.1.1-51-ga0b30a5)