﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3707	Handle roots of negative values  don't work well	Vitalij Ruge	Lennart Ochel	"e.g.
{{{#!modelica
  model assertPow
    parameter Real Null = 0;
    Real pow1 = Null^(-0.1);
    Real pow2 = (-abs(sin(time*10)/2))^(-0.1);
  end assertPow;
}}}
simulate without assert or warnings.
I would expect some assert/warning

A test(s) for the extra [https://github.com/OpenModelica/OMCompiler/commit/63d57dd2ca84c3e72641edba77fde0494bc56b73#diff-24eb6e4124f064b14a7b25c6a7f7339eR4815 lines] are missing."	defect	closed	high	1.9.4	Code Generation	v1.9.4-dev-nightly	fixed		
