Did you know ... | Search Documentation: |
![]() | Pack logtalk -- logtalk-3.90.1/docs/_sources/float_0.rst.txt |
.. index:: float .. _float/0:
.. rst-class:: right
object
float
Floating point numbers data type predicates.
| Availability:
| logtalk_load(types(loader))
| Author: Paulo Moura | Version: 1:7:0 | Date: 2025-02-25
| Compilation flags:
| static, context_switching_calls
| Extends:
| public
:ref:`number <number/0>`
| Remarks: | (none)
| Inherited public predicates: | Â :ref:`comparingp/0::(<)/2` Â :ref:`comparingp/0::(=:=)/2` Â :ref:`comparingp/0::(=<)/2` Â :ref:`comparingp/0::(=\=)/2` Â :ref:`number/0::=~= / 2` Â :ref:`comparingp/0::(>)/2` Â :ref:`comparingp/0::(>=)/2` Â :ref:`number/0::approximately_equal/2` Â :ref:`number/0::approximately_equal/3` Â :ref:`termp/0::check/1` Â :ref:`termp/0::depth/2` Â :ref:`number/0::essentially_equal/3` Â :ref:`termp/0::ground/1` Â :ref:`termp/0::new/1` Â :ref:`termp/0::numbervars/1` Â :ref:`termp/0::numbervars/3` Â :ref:`termp/0::occurs/2` Â :ref:`termp/0::singletons/2` Â :ref:`termp/0::subsumes/2` Â :ref:`termp/0::subterm/2` Â :ref:`number/0::tolerance_equal/4` Â :ref:`termp/0::valid/1` Â :ref:`termp/0::variables/2` Â :ref:`termp/0::variant/2` Â :ref:`termp/0::varnumbers/2` Â :ref:`termp/0::varnumbers/3` Â
.. contents:: :local: :backlinks: top
.. index:: between/4 .. _float/0::between/4:
between/4 ^^^^^^^^^^^^^
Enumerates by backtracking a sequence of N
equally spaced floats in the interval [Lower,Upper]
. Assumes N > 0
and Lower =< Upper
; fails otherwise.
| Compilation flags:
| static
| Template:
| between(Lower,Upper,N,Float)
| Mode and number of proofs:
| between(+float,+float,+positive_integer,-float)
- zero_or_more
.. index:: sequence/4 .. _float/0::sequence/4:
sequence/4 ^^^^^^^^^^^^^^
Generates a list with the sequence of N
equally spaced floats in the interval [Lower,Upper]
. Assumes N > 0
and Lower =< Upper
; fails otherwise.
| Compilation flags:
| static
| Template:
| sequence(Lower,Upper,N,List)
| Mode and number of proofs:
| sequence(+float,+float,+positive_integer,-list(float))
- zero_or_one
.. index:: sequence/5 .. _float/0::sequence/5:
sequence/5 ^^^^^^^^^^^^^^
Generates a list with the sequence of Step
spaced floats in the interval [Lower,Upper]
. Also returns the length of the list. Assumes Lower =< Upper
; fails otherwise.
| Compilation flags:
| static
| Template:
| sequence(Lower,Upper,Step,List,Length)
| Mode and number of proofs:
| sequence(+float,+float,+float,-list(float),-positive_integer)
- zero_or_one
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(none)