How to find the implementation of Math. functions

한우10/19/2022
I think i've heard mathematical functions of System.Math is implemented in external libraries written in a different language (maybe c/c++?) i'm curious if i can see those implementations and if can, i wanna know how.
TTvde110/19/2022
there is https://source.dot.net/ which contains a lot of the .NET source
Ccanton710/19/2022
Start on https://source.dot.net. It those make internal calls into the runtime, search for those in https://github.com/dotnet/runtime
한우10/19/2022
thanks but could you let me know how to search for internal calls in the runtime?
한우10/19/2022
this is what i found but it has nothing about implementations
Ccanton710/19/2022
I use the search bar, and a bit of common sense
한우10/19/2022
😭
한우10/19/2022
i'm now afraid if they're written in assembly