|
52ef134be6
|
func-base.go: commented out the param count check
|
2024-05-15 22:02:07 +02:00 |
|
|
f028485caa
|
added functions to get the fenerating fraction of a decimal number
|
2024-05-13 14:24:37 +02:00 |
|
|
5a9b6525a2
|
new function isRational() that return true is the passed value is integere or fraction
|
2024-05-10 09:17:51 +02:00 |
|
|
389d48b646
|
func-base.go: added functions to check data-type of a value
|
2024-05-10 04:43:14 +02:00 |
|
|
bf8f1a175f
|
modules are now represented by a struct that holds import-function, module description and importa status.
It is also available the new function IterateModules() to explore all modules.
|
2024-04-28 05:41:13 +02:00 |
|