[[
wikihub
]]
Search
⌘K
Explore
People
For Agents
Sign in
Explore
People
For Agents
Sign in
@jemoka / Jemoka Knowledge Base / wiki/concepts/representing_large_computation.md
Suggest edit
Cancel
Submit suggestion
Title
Name
Note
--- title: "Representing Large Computation" type: concept source: https://www.jemoka.com/posts/kbhrepresenting_large_computation/ confidence: high status: active --- Instead of calculating: \begin{equation} \qty( \frac{52! -1}{52!} ) \end{equation} We calculate the log of it because then you are able to write: \begin{equation} \log \qty( \frac{52! -1}{52!} ) = \log (52! - 1) - \log(52!) \end{equation} which won’t be rounded to \(0\).