-
_Disclaimer: Forgive me as this is a "newbie" report so maybe not an actual issue!_
I read that mathematic operations now need parenthesis (since less 1.4.0).
However, my declaration without parenthe…
-
e.g
- `1 + 2`
- `2 - 8 / 4`
-
I need to add some examples that use the synchronous features in Modelica.
My guess is that these will have to go in the mathematic behavior part under discrete behavior. But I need to think of an e…
-
```
Actually, I thought this had been done in p12. The idea of a globally visible singleton dummy is completely paradoxical and confusing.
```
Original issue for #5403: http://code.google.com/p/sympy…
rlamy updated
10 years ago
-
Recently (when? prerelease+2486?),
`Array+Scalar` and `Array-Scalar` operations were deprecated,
and one has to use the `.+` and `.-` operators instead.
I hate this change and see it only as visual…
-
I wanted to post this for discussion and possible implementation. I for one can feel the stress and sorrow for a lost copter or airplane. I had a few close calls and after reading Quadzimido's "Joy,…
-
IPE is very useful to create vectorial graphics traced over raster images:
http://en.wikipedia.org/wiki/Ipe_(program)
http://lamut.informatik.uni-wuerzburg.de/mediawiki/ipe7/index.php/Main_Page#Crea…
-
``` lua
local function foo (o1, o2)
print( '__eq call' ) -- not work
return false
end
local t1 = {}
setmetatable( t1, {__eq = foo} )
local t2 = t1
print( t1 == t2 )
```
-
Hi,
first I want to thank you for the Mathematica Lexer. I've used it to typeset a Mathematica code in my master thesis and the LaTeX-package minted (which uses pygmentize).
I don't know if this is…
-
Hi! Sorry for a dumb question, but, how can I get the resulted image offset in comparison to the original? In pixels. For instance, I dragged an image or zoomed it and the left corner of its visible p…