Skip to content

2026-40-18 Denis Hugonnard-Roche : Fix #1206 And Faster Log Function#286

Open
dyoparis wants to merge 1 commit intoOCamlPro:gitside-gnucobol-3.xfrom
dyoparis:exp_log_limit_pow
Open

2026-40-18 Denis Hugonnard-Roche : Fix #1206 And Faster Log Function#286
dyoparis wants to merge 1 commit intoOCamlPro:gitside-gnucobol-3.xfrom
dyoparis:exp_log_limit_pow

Conversation

@dyoparis
Copy link
Copy Markdown

modified :         libcob/ChangeLog
modified :         libcob/coblocal.h
modified :         libcob/intrinsic.c
modified :         tests/testsuite.src/run_functions.at
modified :         tests/testsuite.src/run_misc.at

Fix ticket #1206 for FACT, EXP and EXP10 intrinsic functions by implementing limits
Add tests in run_misc.at to covr code .

cob_mpf_log:
implement a new algorithm that is about 4x faster
add test to run_functions.at to cover the new code (with
CHECK-PERF)
add other tests to cover all cob_intr_log and cob_intr_log10

 	modified :         libcob/ChangeLog
 	modified :         libcob/coblocal.h
 	modified :         libcob/intrinsic.c
 	modified :         tests/testsuite.src/run_functions.at
 	modified :         tests/testsuite.src/run_misc.at

Fix ticket #1206 for FACT, EXP and EXP10 intrinsic functions by implementing limits
	Add tests in run_misc.at to covr code .

cob_mpf_log:
	implement a new algorithm that is about 4x faster
	add test to run_functions.at to cover the new code (with
	CHECK-PERF)
	add other tests to cover all cob_intr_log and cob_intr_log10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant