Theodore Omtzigt

Results 53 issues of Theodore Omtzigt

What is the right protocol to deal with the IAM token for CLI tools? The 1h TTL would indicate that you want to reuse the token, but there is no...

This appears to be orphaned code as after 2 years this is still at v0.1. Is this library going to be replaced with a production lib anytime soon?

to support an expression that deals with literals, such as: ``` constexpr takum16 t = 3.14f; ``` we would need a constexpr compile time log2 function approximation.

enhancement

When developing mixed precision applications, there is a need to separate a Universal repo development form mixed-precision development. As new functionality may be required in Universal, we would like to...

enhancement

First AppleClang and now regular Clang are enforcing that std::complex is undefined when the template parameters are not native floating-point types. This will kill all complex use cases of Universal...

bug
enhancement
help wanted
Epic

the ulp() function is a Universal feature that allows you to get the Unit in the Last Place of a given value in the encoding of choice. Implement it for...

enhancement

double-double should yield 32 digits of precision and quad-double should yield 64 digits of precision. Current function approximation precision is around 14 digits. The exp() function is at the base...

enhancement
numerical investigation
numerical accuracy

implement log math functions

enhancement