-
Studio should support a "normal" interface to the native trigonometric functions:
Parameter a _single_ value in hundreths of radians 0..628;
Return value its sin/cos \* 100.
The non-standard mapping t…
motib updated
6 years ago
-
```
See commented lines in "test/complextest.cpp" - these are failed tests due to
rounding errors.
```
Original issue reported on code.google.com by `Michael....@gmail.com` on 28 Mar 2010 at 1:33
-
Imported from SourceForge on 2024-07-02 15:30:07
Created by **[*anonymous](https://sourceforge.net/u/*anonymous/)** on 2012-07-15 11:05:52
Original: https://sourceforge.net/p/maxima/bugs/2445
---
…
rtoy updated
3 months ago
-
Currently, our trig. functions work with radians but the reference implementation uses degrees. This can cause surprises as the SCAD file is interpreted incorrectly.
We can
- Introduce a breaking …
sorki updated
2 years ago
-
http://git.sugarlabs.org/calculate/mainline/merge_requests/10
https://bugs.sugarlabs.org/ticket/2697
- [x] prove the source code changes are not present now,
- [ ] prove the fix is not present no…
quozl updated
5 years ago
-
_Submitted by:_ **Ladislav**
The SINE doc string is: "Returns the trigonometric sine in degrees." Sine is not in degrees, the VALUE is supposed to be, therefore I prefer: "Return the trigonometric si…
-
:red_circle: Title : Scientific Calculator
:red_circle: Aim : Integrate a scientific calculator feature into the Streamlit-based Jarvis application.
:red_circle: Brief Explanation :
- Implement a…
-
The following program compares `gcem::sin` with GCC's `__builtin_sin` for input of the form `2**n` with `n` from 0 to 63. It appears that already for input of `512.0` relative error is more than `5e-1…
-
Imported from SourceForge on 2024-07-09 11:14:10
Created by **[dikiy84](https://sourceforge.net/u/dikiy84/)** on 2023-10-26 10:52:23
Original: https://sourceforge.net/p/maxima/bugs/4201
---
~~~
in…
rtoy updated
3 months ago
-
Implement the arcsin class similar to the classes of other trigonometric functions in file lab2 and test it