Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 8a6357e

Browse files
committed
Remade pdd
1 parent fe06793 commit 8a6357e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/eo/org/eolang/math/integral.eo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
+rt jvm org.eolang:eo-math:0.0.0
2727
+version 0.0.0
2828

29+
# Counts integral from a to b
2930
# @todo #105:30min. Fix integral tests. Since new declarative "while" was
3031
# introduced current implementation of integral is not relevant anymore. Need
3132
# to remake it and unwrap tests
32-
# Counts integral from a to b
3333
[fun a b] > integral
3434
[fun a b] > subsection
3535
times. > @

src/main/eo/org/eolang/math/number.eo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -482,12 +482,12 @@
482482
count
483483
count
484484

485-
# @todo #105:30min. Fix taylor and its tests. Since new declarative "while"
486-
# was introduced current implementation of taylor is not relevant anymore.
487-
# Need to remake it and unwrap tests
488485
# Computes series buy the numbers for start and finish and function of
489486
# coefficient of nth term. It is NaN if infinity passed because the
490487
# implementation would get infinity time to calculate sum of infinity terms
488+
# @todo #105:30min. Fix taylor and its tests. Since new declarative "while"
489+
# was introduced current implementation of taylor is not relevant anymore.
490+
# Need to remake it and unwrap tests
491491
[start finish f] > taylor
492492
^.n > value!
493493
memory start > iterator
@@ -586,10 +586,10 @@
586586
(number self-as-float).ln
587587
(number base-as-float).ln
588588

589+
# Natural logarithm of ^.n
589590
# @todo #105:30min. Fix "ln" and its tests. Since new declarative "while"
590591
# was introduced current implementation of "ln" is not relevant anymore.
591592
# Need to remake it and unwrap tests
592-
# Natural logarithm of ^.n
593593
[] > ln
594594
as-float > value!
595595
number > @

0 commit comments

Comments
 (0)