-
Given the following program
```erlang
-module(test).
-compile(export_all).
-compile(nowarn_export_all).
-spec trans(string(), [ast_erl:form()]) -> [ast:form()].
trans(Path, Forms) -> trans…
-
### Issue Description
When running snappi tests on cross LC scenario, packet drops are observed.
Failed test cases:
test_global_pause
```
snappi_tests/multidut/pfc/test_multidut_global_paus…
-
Dear team member of bussilab,
I hope this email finds you well. My name is Satyabrata Maiti, and I am working on reweighting distance-based observables using your MDRefine package. I feel this MD…
-
The floating-point approximation of $\displaystyle\int_0^t \mathrm{e}^{-1/x} \operatorname{d}\\\!x$ is given with an imaginary term even though the function is real-valued.
```
>>> integrate(exp(-…
-
### Event Name
Tera Forever
### Rarity Tier
Ultra
### Rarity Tier - Other. Please Specify
_No response_
### Waves
11-179
### Description
You encounter either a random traine…
-
Python 3.12
```
=================================== FAILURES ===================================
________________________________ test_unar_tool ________________________________
@pytest.mark…
xiota updated
2 months ago
-
The exponent is not simplified to `-1/2+sqrt(3)/2*I`, while there is some code for simplifying such type of exponents.
-
On page: https://perldoc.perl.org/5.30.0/index-functions.html#E the definition of exp is in correct saying:
exp
- raise I to a power
-
Hi! I was wondering if we should include rules to describe expression like 5x+3. Are we supposed to just raise a parser error?
Thank you!
-
```
What steps will reproduce the problem?
1. Compute:
(exp +inf.0+0.0i)
What is the expected output? What do you see instead?
+inf.0+0.0i. +inf.0+nan.0i.
What version of the product are you usin…