PawelTroka / Computator.NET

Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
GNU General Public License v3.0
234 stars 51 forks source link

Matrix with sqrt(-1) inside cannot be created #1

Closed PawelTroka closed 8 years ago

PawelTroka commented 8 years ago

dynamic sqrt(x) causes matrix to be resolved as matrix if sqrt(x) is inside of matrix eg var m1 = matrix({{sqrt(-1)}}); //error CS1502: The best overloaded method match for 'FunctionsCreatorNS.FunctionsCreator.matrix(double[,])' has some invalid arguments; error CS1503: Argument 1: cannot convert from 'dynamic[,]' to 'double[,]'

PawelTroka commented 8 years ago

Fixed with commit 872c34c7a9fbc66bf126e3f851a0a9e362d29e11.