-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update Scalar_functions.md #17018
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update Scalar_functions.md #17018
Conversation
hi @alamb , i coudnt find any rust file for this function . directly added the examples to the markdown . need a little help , while firing
my system doesnt updates the files . please can you do that |
Hi @Adez017
I think you can find the corresponding rust file by searching for the function description. For example, to find abs search for "Returns the absolute value of a number." like this: If you are having problems running update_docs perhaps you can try using the codespace: ![]() |
just a quick question , does i need to install all dependencies over there or this are preconfigured |
they are pre-configured mostly You may have to run this command in the container apt-get install npm (I made a PR to add this explicitly to the container here #17019) |
@Adez017 this document is autogenerated by the Do you see any issues with the tool? |
i haven't used yet , will do it later at EOD |
Which issue does this PR close?
Scalar Fucntions
in docs #17004Rationale for this change
while Browsing through the documentation i find the example for the scalar functions are missing
What changes are included in this PR?
Added examples for documentation