Christophe de Dinechin

Results 242 issues of Christophe de Dinechin

This is issue #1000 on this project. Thank you to all of you who used the project, contributed to it, and engage me on a regular basis. This project is...

documentation

`testeq` instead of `=` shows up in the menu entry

bug

Add financial equation to be able to run the financial solver.

feature

While analysing the HP50G `xroot` behaviour, I noticed that `xroot(3;8)` reutrns `2`, with type `28` (i.e. integer), whereas DB48X returns a decimal value in that case.

enhancement

Starting with version 1.80, the Rust linter does not accept an invalid value for `target_arch` in configuration checks: ``` Compiling kata-sys-util v0.1.0 (/home/ddd/Work/kata/kata-containers/src/libs/kata-sys-util) error: unexpected `cfg` condition value: `powerpc64le` -->...

Trying to build the kata agent with `rustc` 1.80.0 from `rustup` (in order to investigate #10067) gets me a build error suggesting that the `target_arch` name `powerpc64le` is not valid:...

bug
needs-review

Corrections d'unités

If a unit is in an equation, then conversion fails. If a unit is in a tagged object, the conversion fails.

bug

A suggestion from @Wiljea is to use the new markdown RPL code blocks feature in the on-line help to document how to use the equations, and replicate the values that...

feature

A large decimal value is not very useful. Generate an hexadecimal integer instread.

enhancement
done