Tagged Questions
10
votes
0answers
127 views
func::usage needs to be run twice?
There is an annoying problem that I can't figure out why it's happening. I have defined a usage for a my function tensorA:
...
9
votes
1answer
100 views
DateList not using current year when a year is not specified
According to the documentation when using DateList but not giving it a year it should use the current year. It is not doing that for me. Instead it uses 1900. ...