summary refs log tree commit diff stats
path: root/lib/pure/complex.nim
Commit message (Collapse)AuthorAgeFilesLines
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-4/+4
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Fix buggy rect(), doc comment, and unit test.Charles Blake2015-02-281-3/+4
|
* Addition of some complex hyperbolic functionsJonathan Edwards2015-02-281-0/+70
|
* Extend complex to convert to/from polar coordinatesdef2015-02-161-2/+25
|
* Added complex conjugategmpreussner2015-01-241-27/+33
|
* fixes #495Araq2014-12-261-4/+1
|
* more modules updatedAraq2014-08-281-44/+44
|
* big renameAraq2014-08-271-2/+4
|
* Add missing complex arithmetic procsdef2014-07-141-0/+39
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* additions to complex moduleAraq2011-01-071-6/+205
|
* bugfix: complex.nim compilesAndreas Rumpf2010-04-041-2/+2
|
* Bugfix: empty echo statementAndreas Rumpf2010-03-201-1/+1
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
|
* version0.7.10Andreas Rumpf2009-06-081-0/+106
#n298'>298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389