Skip to content
Snippets Groups Projects
Commit 926a0666 authored by Attila Lendvai's avatar Attila Lendvai
Browse files

numbers.lisp/lerp: The correct version is numerically stable,

at the expense of an extra multiply. The unstable version can often be
converted to a fast instruction on a lot of machines, though this is
machine/implementation specific. As alexandria is more about correct code,
than efficiency, and we're only talking about a single extra multiply,
many would prefer the stable version.

Patch by github.com/mfiano.
parent afaf1a16
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment