Re: Flet - new Bash built-in function

2023-07-31 Thread Jan Owoc
Hello Gianluca, On Mon, Jul 31, 2023 at 7:11 AM Gianluca Graziadei S308963 wrote: > > for academic purposes, we have written a new bash builtins function > whose name is FLET. ... > How can I submit our work for your evaluation? It is not clear what you mean by submitting the work for evaluation

Flet - new Bash built-in function

2023-07-31 Thread Gianluca Graziadei S308963
Dear all, for academic purposes, we have written a new bash builtins function whose name is FLET. The main goal of this function is the evaluation of arithmetic floating point expressions with bash's variables as operands and the integration with the math.h library. The linked library that is u