Hi,Anyone has an idea of how to implement code coverage in q?So far I've
built a simple library that retrieves the list of global functions
called in a test and converging until I get the tree of all functions
called.However let's say there is an "if...
Hi there,Just wondering if anyone knows where I can get some
documentation on the contents of the .h namespace, such as role and
arguments of each function, variable...Thanks,Zak
Hi there,I'm currently implementing an options price calculator in q,
and so far I've completed calculation for European options using Black
Scholes.I was wondering if one of you may be able to share with me how
to implement American and Arithmetic A...
I'm actually receiving this object as Base64 string from a C#
serviceBasically how to get "3SAfYJ5JwGCfq6TIqvux5Q==" to
"DD201F609E49C0609FABA4C8AAFBB1E5" or
0xdd201f609e49c0609faba4c8aafbb1e5Cheers
Clu,If it does come in as such, assume you can use read0 on it then
maybe something like this might work (I don't know what format the time
is in...):q)quote[] sym:`$();buy:`float$(); sell:`float$();
time:`long$());q)quote insert "SFFJ"$ssr[;"[\"\" ...