Djordje Pesic

Results 4 issues of Djordje Pesic

Limit(n,Infinity)(n^(1/2))/(((n^(1/2))!)^(1/2)); Limit(n,Infinity)(n^(1/2))/((4^(n^(1/2)))^(1/2));

bug
math

I have two json schemas, both placed inside `resources/schema` directory. Root dir is a cargo project dir. Main schema (extracted and simplified from my project): ``` { "$schema": "https://json-schema.org/draft/2020-12/schema", "$id":...

Core: References

I compiled CYacas for Windows 11, using Visual Studio 22 and CMake 3.27.8. After starting executable, I have following interaction: ``` In> 2+2 CommandLine(1) : Error parsing expression near token...

I am integrating another smart contract example in Atomkraft. I created a reactor stub (comments removed for clarity). ``` import logging from typing import Dict import pytest from atomkraft.chain import...

bug